Forums / General / Attribute filter doesn't work

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

Attribute filter doesn't work

Author Message

Willie Seabrook

Friday 03 October 2003 2:12:17 am

Hi, trying to use attribute filter in 3.2. Its not working - returns everything all of the time. Have used both 'and' and 'or' in various combinations.

{let folder_list=fetch( content, list, hash( parent_node_id, 192, sort_by, array( array( priority ) ),
attribute_filter, array('and', array(173, '=', 'long')))) }

{section name=Folder loop=$folder_list}
<b>{$Folder:item|}</b>
<br>
{/section}
{/let}