Hi guys,
I am trying to use the Filter functionality when calling RenderItem directly in the template.
I know there are 2 approaches to this filter: SQL (or code) and the implemented filter from front end.
Since I bneed to use "Contains" I suppose I need to use the latter.
However, I could not find any documentation on how to build the filter string correctly.
What I need to buils is "Field1 is Value1 and Field2 contains Value2".
I tried this syntax exactly and it does not seem to work.
I am using 9.2.8.
Thanks,
Adrian