Hi All,
With the content metadata service i'm trying to combine a filter.
So when I use the filter: " status eq 'Concept' " it works. When I use the filter " name like '%test%' " it works too. Even when I do "status eq 'Concept' and name like '%%' " it works.
However when I use the filter "status eq 'Concept' and name like '%demo%'" it suddenly doesn't give me any results anymore (and I checked, I should get multiple results)
I've tried it with different fields. The only thing that does seem to work is combining text fields with data fields.
How does this work?