Is there any way to use fulltext for equal operator rather than contains?
I have an requirement where i need to search for a string under a path for equal operation rather than contains?
For eg. I want to search all nodes having string Pankaj under /content/Site. And, there are two nodes:
1. /content/Site/Node1 having a property whose value is Pankaj
2. /content/Site/Node2 having a property whose value is PankajGirtotra
So output should be /content/Site/Node1 only.