Forums / Developer / Search in literal balise

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

Search in literal balise

Author Message

Christophe Saint-Pierre

Thursday 15 January 2009 8:45:48 am

Hi,
I hace content in XmlBlock attribut wich is between <literal></literal>.
And when I do a fetch on it :

'attribute_filter', array( 'or',
                               array( 'masteres/text', 'like', '*tutu*'   )											
),	

It doesn't seem to work.
Is it normal ?