この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
we ended up rewriting the query in sql2 notation.
表示
返信
いいね!の合計
Also, I did use a wildcard in the last line with the same result:
So the last line would be : 1_property.value=%Dr.%
表示
返信
いいね!の合計
Looks like I am facing a similar issue. Did you find a solution to it?
Thanks
Punith
表示
返信
いいね!の合計
we ended up rewriting the query in sql2 notation.
表示
返信
いいね!の合計
I am checking with the AEM team to see if this is normal for that AEM version.
表示
返信
いいね!の合計