Not filter
NotFilter #
Bases: RapidataFilter
A filter that negates another filter's condition. This class implements a logical NOT operation on a given filter, inverting its results.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
filter
|
RapidataFilter
|
The filter whose condition should be negated. |
required |
Example
This will limit the order to be shown to only people who have their phone set to a language other than English.