Hey @manikanthar1295 ,When you fire a query to search content, copy that
query and paste it in Query Performance
Tool(/libs/granite/operations/content/diagnosistools/queryPerformance.html)
and find out if any index has been used or not. If yes, then you
probably need to add the path(if that's inside /content/yourProject) in
included path and if you're searching for any specific property, you
should add that too. If you happen to see that your query is a traversal
query and not using any index, c...