Forums / General / eZ 3.2 sort by attributes - Problems

"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".

eZ 3.2 sort by attributes - Problems

Author Message

Tim Achnitz

Thursday 25 September 2003 3:32:49 am

Hi,
I updated on 3.2 and would like to fetch all objects with the same value in an Enum, for example.

Therefore I tried this:

termine=fetch(content,list,hash(parent_node_id,300,attribute_filter,array(266,'=','An_Enumvalue')))

and 266 is the ID of the Datatype in my class.

It doesn't work. Am I on the wrong track or just using wrong syntax?!

Thanks for your help..