Forums / General / eZ 3.2 sort by attributes - Problems
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..