Supported SearchAfter query operators
The following operators are supported in SearchAfter queries.
|
Operator |
Description |
Example |
|---|---|---|
|
Equals |
Field values must match the specified value exactly. |
RequestResponse |
|
LessThan |
Field values must be smaller than the specified value. |
RequestResponse |
|
LessThanOrEquals |
Field values must be smaller than or equal to the specified value. |
RequestResponse |
|
GreaterThan |
Field values must be larger than the specified value. |
RequestResponse |
|
GreaterThanOrEquals |
Field values must be greater or equal to the specified value. |
RequestResponse |
|
StartsWith |
Field values must start with the specified value. |
RequestResponse |
|
EndsWith |
Field values must end with the specified value. |
RequestResponse |
|
Contains |
Field values must contain the specified value. |
RequestResponse |
|
DoesNotEqual |
Field values must not equal the specified value. |
RequestResponse |