Solved
Query Direct Child- AEM
I am looking to access all direct child of a node. I have been trying query builder to do that. Presently it fetches all the children of a node. I want to have only direct child not recursive child.
I am looking to access all direct child of a node. I have been trying query builder to do that. Presently it fetches all the children of a node. I want to have only direct child not recursive child.
hi
you have to use path.flat property to specify immediate child only
/querybuilder.json?path=/&path.flat=true&p.limit=10
thnkx
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.