Query builder help
Hi,
I am trying to search for certain pages based on following criteria:
1. There are multiple paths authored as root path.
2. Each path is further filtered based on a tag field
3. The entire result is filtered to match a certain template
Currently, this is what I am trying and not getting anything. Can someone please help me out with a correct approach
group.p.or=true
group.1_path=/content/myproject/path1
group.1_path.flat=true
group.1_property=jcr:content/cq:tags
group.1_property.1_value=stockphotography:animals
group.1_property.2_value=geometrixx-media:events
group.2_path=/content/myproject/path2
group.2_path.flat=true
group.2_property=jcr:content/cq:tags
group.2_property.1_value=forum:topics
group.2_property.2_value=properties:style
property=jcr:content/cq:template
property.value=/apps/myproject/templates/template1
type=cq:Page
p.limit=-1
