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:Asset
group.p.or=true
group.1_fulltext=xxxxxx
group.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.