Hi
For the above query I am not getting response from querybuilder.
I am getting below error
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @akshaybhujbale
The query that you have shared in screenshot would traverse a lot of pages. It might be failing at backend after reaching Max traversal limit.
Please find-tune your query to be more exact. Like a smaller sub-tree.
When in doubt about queries, always check logs for Traversal errors.
https://wttech.blog/blog/2020/jcr-query-performance/ explains about Explain Query tool, which helps you identify if an Index is picked for a query or not.
Check if you have enough permissions and query execution rights.
Also verify if query debugger is enabled.
Also verify this in your local SDK if it is working as well.
Finally try to reduce the size of query and add limit to 1 instead of -1
Hope this is helpful.
Hello @akshaybhujbale
The query that you have shared in screenshot would traverse a lot of pages. It might be failing at backend after reaching Max traversal limit.
Please find-tune your query to be more exact. Like a smaller sub-tree.
When in doubt about queries, always check logs for Traversal errors.
https://wttech.blog/blog/2020/jcr-query-performance/ explains about Explain Query tool, which helps you identify if an Index is picked for a query or not.
How to increase this Max traversal limit in AEM as cloud service.