Help on XPath Query
Hello Team,
Am trying to create search functinality for our site. Whenever the user enters any string it searches all through the jcr content and return the results as pages.
But i wanted to restrict one thing.
I do not want to search the user entered string in url. For examples, if users searchs 'madhu' and in one page it contains hyperlink as "https://www.test.com/madhu/index.html", i do not want to return this page as the text does not contain in content rather in hyperlink source.
Please help!!