Hi Team,
I am able to get the suggestion for the keyword using the following query
SELECT [rep:suggest()] as suggestion FROM [cq:Page] as s WHERE ISDESCENDANTNODE(s,'/content') AND suggest('geomettrix')
However I want the node path of the results.
So the above query provide me the page title only but not the path of the traversed nodes.
Note : I have indexed the jcr:title with useInsuggest property.
Can anybody please help me with it.
Thanks
Yuvraj