Compare two values for logical OR operation.
true
if either value is true
and false
otherwise.true
when at least one of the values is true
.true
, the second is not evaluated.eq
- Logical Equality Operationne
- Logical Inequality Operationlt
- Logical Less Than Operationle
- Logical Less Than or Equal Operationgt
- Logical Greater Than Operationge
- Logical Greater Than or Equal Operationand
- Logical AND Operationnot
- Logical NOT Operationfield
- Referencing a Fieldfilter
- Filtering Documents