Type parameters
Hierarchy
-
BaseFieldOperand
- PhoneFieldOperand
Properties
Readonly not
Logical negation.
Methods
eq
-
The field’s value is equal to another field or constant, or it is undefined.
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | null | ContextOperand
Returns Filter
-
gt Deprecated
-
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
-
gte Deprecated
-
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
-
in
-
The field is included in a Many/Multiple type field as an item.
Parameters
-
x: FieldArrayOperand<T> | FieldArrayOperand<T[]> | ConstOperandType<T>[] | ContextOperand[]
Returns Filter
-
like
-
Filtering based on whether the substring is included in the variable or constant.
Parameters
-
x: string
Returns Filter
-
lt Deprecated
-
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
-
lte Deprecated
-
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Returns Filter
-
neq
-
The field’s value is not equal to another field or constant, or it is undefined.
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | null | ContextOperand
Returns Filter
-
Filtering of a collection by a Phone number type field
PhoneFieldOperand provides methods for filtering by Phone number type fields.