Perform logical NOT operation on a boolean value.
true
if the value is false
, and false
if the value is true
.false
and falsy values to true
.not()
function operates on boolean values or expressions that evaluate to boolean.and
and or
.users
table where the user is not a premium member.
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 Operationor
- Logical OR Operationfield
- Referencing a Fieldtable
- Referencing a Tablefilter
- Filtering Documents