Tuesday 28 June 2005 6:42:37 am
hi, is there a way to implement the LIKE functionality for attribute_filter? e.g. from documentation, I would like to find all nodes whose Text attribute contains the word "the". So, I'd like to pass as condition not "=" but "%" for contains (a-la-mysql). as far as I know, attribute_filter allows me only to search for the exact match, unless I write my own search extension. As this is - I suppose - a VERY common need for eZ programmers, I am wondering whether there is a simpler/quicker way.
|