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}

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.