Hi All,
I am trying to get search for exact value match in any node it can be in jcr:content, metadata or any componenet content node.
So I am using fulltext search for this as shown below but below query is giving .
path = /content
fulltext="sampletags:mainTags/test1"
p.limit=-1
But above query is giving results of nodes which is having values like "sampletags:mainTags/test1/test11" and "sampletags:mainTags/test1/test12" along with "sampletags:mainTags/test1" but I am looking for exact match.