Query Builder - Search multiple properties with AND/OR operator
How can I search with in multiple properties using OR operator. Below is what I need:
path=/test/12
1_property=property1
1_property.value=value1
AND
2_property=property2
2_property.value=value2
OR
3_property=property3
3_property.value=value3
1st property is mandatory while 2nd and 3rd is OR
