Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
QueryBuilder does not return relevant results. I am expecting all assets whose title has search keyword to come up first. I have tried
type=dam:Assetgroup.p.or=truegroup.1_fulltext=xxxxxxgroup.1_fulltext.relPath=jcr:content/*/@dc:title
but this returns assets which has keyword in their title but not all assets which has keyword in their description.
Solved! Go to Solution.
At the risk of stating the obvious, your query is only searching for the keyword within the dc:title property. So it wouldn't find results with have the keyword in the description. See https://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/search/eval/FulltextPredicateEvaluator.htm... for a description of the relPath property.
View solution in original post
Views
Likes
Replies