コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Querybuilder in AEM 6.2 returning different result than AEM6.0

Avatar

Level 2

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

1 受け入れられたソリューション

Avatar

正解者
Level 2

we ended up rewriting the query in sql2 notation.

元の投稿で解決策を見る

4 返信

Avatar

Level 2

Also, I did use a wildcard in the last line with the same result:

So the last line would be : 1_property.value=%Dr.%

Avatar

Level 2

Looks like I am facing a similar issue. Did you find a solution to it?

Thanks

Punith

Avatar

正解者
Level 2

we ended up rewriting the query in sql2 notation.

Avatar

Level 10

I am checking with the AEM team to see if this is normal for that AEM version.