Hi,
Can anyone please help me on how can i write querybuilder query for the following requirement.
There are pages with the below structure.
/content/project/page1/childpage1/jcr:content/par/1
/content/project/page1/childpage1/jcr:content/par/2
/content/project/page1/childpage1/jcr:content/par/3
Which means under par, any number of nodes (i.e 1,2,3,4...)can be there and those are of type nt:unstructured and has a property as documentType.
Now my requirement is to write a query that checks under the page path /content/project/page1/ for particular documentType property(Ex:PDF)
Can anyone please help on this.
Thanks,
Mahi