Hi, I was able to get jcr:contains with or with below .Thanks for the help path=/content/apps/us/en/Product_Reference_Guideorderby.sort=descorderby=@jcr:scoretype=cq:Pagegroup.1_fulltext.relPath=jcr:content/root/container/node1/_text/@textgroup.1_fulltext=%Battery%group.2_fulltext.relPath=jcr:conten...
Thanks for input . I need to search from around 6 nodes from cq: page and it must contain jcr:contains for all the search as i would to search the same text under those nodes. Any inputs as how could this be done /jcr:root/content/apps/us/en/Product_Reference_Guide//element(*, cq:Page) [ ( ...
Hi , Could some one provide inputs as how to generate jcr:contains query using xpath , I would need case insensitive search but only limiting to certain node paths I am getting the below /jcr:root/content/project/us/en//Product_Reference_Guide//element(*, cq:Page)[((jcr:content/root/container/node1...
Thanks Arun for the inputs. I see now the query almost what I need, I still have a question as why it does not show up like //element(*, nt:unstructured) and //element(*, cq:PageContent) instead it just shows handheld//*?? Is this expected, internally it map to just types on the node?? /content...
The query that was generated was :-(/content/project/us/en/computers/handheld//element(*, nt:unstructured)|/content/project/us/en/computers/handheld//*[((jcr:like(@pageTitle, '%Battery%')or jcr:like(@pageTitle, '%battery%')))])order by @jcr:score)I don't see the cq:PageContent and sling resource pro...
Hi ,I need to build query with different type and property Could some one help me on this 1>I have a property called as pagetitle under type cq:PageContent 2>I have a property called as text under type nt:unstructured which also should match a sling property to avoid too much traversing of nodes3...
Hi,We have an xpath query for xml addon with the below and want to create a new oak index /jcr:root/content/app/us/en/productguide_Product_Reference_Guide//*[(jcr:contains(., 'battery'))] order by @jcr:score descending I checked on https://oakutils.appspot.com/generate/index It showed the below ....
Hi , I see the error log the below on publisher *WARN* [sling-default-4-health-com.adobe.granite.replication.hc.impl.ReplicationQueueHealthCheck] org.apache.jackrabbit.oak.plugins.index.search.spi.query.FulltextIndex$FulltextPathCursor Index-Traversed 10000 nodes with filter Filter(query=select [j...