It looks like you are trying to make a join search for title "cost" OR description "cost" from a page under path=/content/some-pathi.e. the XPath query should be something like:/jcr:root/content/some-path//element(*, cq:Page)[(jcr:contains(jcr:content/@jcr:title, '*cost*')or jcr:contains(jcr:content...