OR condition is not working for me. Filter Query I am using is:
fq=+(field1:true OR field2:[1 TO *])
Individual:
- fq=+(field1:true)
- fq=+(field2:[1 to *])
This works just fine. But ORing of these two conditions is not working as expected.
Am I doing something wrong?