We are working on moving some projects from AEM 6.0 and 6.2 one of the applications has an error and documentation hasn't been helpful.her is the reduced case querybuilder query
type=cq:page path=/content/nera/en/experts p.hits=full p.nodedepth=1 1_property.opertaion=like 1_property=jcr:content/jcr:title 1_property.value=Dr.
The issue is that even though the operation is set to like only full matches are returned. partial matches return no results however on AEM 6.0 partial results are returned. In my case the value of "Dr." returns nothing while Dr. Lawrence Wu which is an existing node returns the page.
Any help appreciated
Solved! Go to Solution.
Views
Replies
Total Likes
we ended up rewriting the query in sql2 notation.
Views
Replies
Total Likes
Also, I did use a wildcard in the last line with the same result:
So the last line would be : 1_property.value=%Dr.%
Views
Replies
Total Likes
Looks like I am facing a similar issue. Did you find a solution to it?
Thanks
Punith
Views
Replies
Total Likes
we ended up rewriting the query in sql2 notation.
Views
Replies
Total Likes
I am checking with the AEM team to see if this is normal for that AEM version.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies