Find first level child using query
Hi
I am trying to find the child pages for the content path provided, I am using the below parameter to find the pages :
path=/content/geometrixx/en/toolbar type=cq:Page orderby=@jcr:content/cq:lastModified
This giving me all pages below toolbar also the childs of child like
- /content/geometrixx/en/toolbar/account (crxde, html, json)
- /content/geometrixx/en/toolbar/account/register (crxde, html, json)
- /content/geometrixx/en/toolbar/account/register/thank_you (crxde, html, json)
But i want only at first level and not above account, Any idea how to add criteria in query debugger to find only child page of the path selected.
Thanks