Hello Everyone,
I am using query builder api for searching in the crx tree. I am able to successfully get the result using "fulltext" when i search against any of my custom properties.But when I use "fulltext" to search against "jcr:lastModifiedBy" it doesn't work , even "fulltext" works without even mentioning the property name against my custom properties.
I am not able to understand the difference b/w using "fulltext" and "property" predicates .Can some one pleases explain me .
And do we have any restrictions with "fulltext" search?
Thanks & Regards,
Krishna
Solved! Go to Solution.
Views
Replies
Total Likes
THis is explained in this AEM documentation topic - and has examples too:
http://dev.day.com/docs/en/cq/current/dam/customizing_and_extendingcq5dam/query_builder.html
Views
Replies
Total Likes
THis is explained in this AEM documentation topic - and has examples too:
http://dev.day.com/docs/en/cq/current/dam/customizing_and_extendingcq5dam/query_builder.html
Views
Replies
Total Likes
Thanks Scott,
I had went through that documentation earlier but couldn't find an answer .
Krishna
Views
Replies
Total Likes
Hi
You can find more info here about fulltext: http://docs.adobe.com/docs/en/aem/6-0/develop/ref/javadoc/com/day/cq/search/eval/FulltextPredicateEv...
Fulltext will look everywhere.
If you want to look for a specific "jcr:lastModifiedBy", you should do something like this:
property=jcr:lastModifiedBy
property.value=author
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies