QueryBuilder in AEM
Hi,
I want to search for multiple words like "Activity", "testing" etc..This search need to be done under different content paths like "/content/mysite1", "/content/mysite2","/content/mysite3" etc..
This searchtext can be found on jcr:content or any node under jcr:content of the page.
I have written servlet using QueryBuilder for this and able to write query only for single search word and for single content path. How can I do it for multiple search words and multiple content paths?
Thanks!