Adobe Aem 6.4.8.4 - SQL2 Queries
Good morning,
I have a problem related to the query. I have two environments, one local and one production with the same "content" and "applications".
When I run the query, shown below, from the "Query" tools on the "/crx/de/index.jsp" page using the admin account on the local machine it extracts all the data, when I repeat the query in production on the same data and with the admin account it extracts only a subset of the data.
The query is as follows:
SELECT * FROM [nt:base] AS node WHERE ISDESCENDANTNODE([/content/myproject/pages/]) AND (node.[sling:resourceType] = 'myproject/components/structure/page' )
How can I align production behavior with local behavior ?
Thank you.