Dear all,
I’m trying to compile a CQL statement which searches for text in a page or a content property. However the following does not work (shows no results) while the isolated statements work:
cql = text~October or someproperty~September
While trying around I found out that also this statement does not work as expected. It only returns the pages containing October - the isolated statements however work again.
cql = text~October or text~September
The above works on Server as expected. Any ideas?
Thank you
Andreas