Query Builder OOTB Servlet multiple paths and properties
Hi All,
I am able to search with in a path for multiple properties with OR condition group predicate (Search with path if prop1 or prop2 exists)
But the correct syntax is not known for multiple paths and properties (Search with path1 or path2 if prop1 or prop2 exists). Reference document for predicates gives a way to specify nested groups but for multiple properties not sure.
group.p.or=true
group.1_group.path=/content/geometrixx/en
group.1_group.type=cq:Page
group.2_group.path=/content/dam/geometrixx
group.2_group.type=dam:Asset
Any pointers would be helpful. Thank you.
Sandeep