Forums / General / class filtering problem

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

class filtering problem

Author Message

Marko Žmak

Sunday 11 July 2004 12:09:58 pm

I want to fetch all nodes belonging to article class, and I use this filtering:

'class_filter_type',  'include',
'class_filter_array', array( 'article' ),

But the fetch function doesn't fetch anything. Without this filter it works O.K. I've also tried to use the ID of article class but still doesn't work.

Is this a bug, and how can I fix it? Im using EZ 3.3.

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth