Hi Team,I am able to get the suggestion for the keyword using the following querySELECT [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 n...