Forums / Setup & design / Attribute_filter for a checkbox

"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 for a checkbox

Author Message

Olivier G.

Friday 16 September 2005 1:50:51 am

Hello everybody !

I'm trying ti filter a fetch with the value of a checkbox.

I tried to write :
{def $actualites_pme=fetch( 'content', 'list', hash('parent_node_id', $veille_pme.node_id, 'attribute_filter', array( array( 284, '=', '1' ))))}

But this does not work...

I think that it's because of the ezboolean type of the attribute. Did anyone know the right expression ?