how to get all pages under some path(/content/test/test1) in cq5
Hi,
I have a requirement where i need to list all html pages under /content/test/test1 (title and url), How to achieve this?
I tried using json query builder but it is giving only few urls not all, please find below the json query.
type=cq:Page
group.p.or=true
group.1_path=/content/test/test1
Thanks
Srinivasula Reddy