I'm asking about this because I think its very unlikely to be broken (ez 
4.3.0) and more likely to be something I'm doing wrong but the life of 
me I can't understand why the below fetch won't work, I have a checkbox 
in the 'product' class with identifier 'feature'.

{def  $products=fetch( 'content', 'tree', hash( 'parent_node_id', 482,
                                                      
                          'class_filter_type',  'include',
                                                          
                      'class_filter_array', array( 'product' ),
                                                                               
'attribute_filter', array( array( 'product/feature', '=', 1 ) ),
                                             
                                   'main_node_only', true() ))}

Can someone left me know where I went wrong so I can slap myself and get 
on with my day?

Thanks
Brendan



-- 
Sdk-public mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/sdk-public

Reply via email to