Hi There, 🙂we want to improve the search functionality in AEM, we have
been experiencing timeouts on search. We have even created an index for
that query but seems to be not working.
This is the query - select [jcr:path], [jcr:score], * from
[cq:Page] as a where contains(*, 'tax') and isdescendantnode(a,
'/content') We can't increase the QueryLimitReads parameter in AEM.