Allow OR operator at the top-level of object data filtering
Currently when creating field filters, we only have AND at the top level. I would like to have OR at the top level as well:
( Field {operator} Value )
OR
( Field {operator} OtherValue AND OtherField {operator} OtherFieldValue )
1
vote