1. SearchAfter API (V3)

Supported SearchAfter query operators

The following operators are supported in SearchAfter queries.

  • Operator: Description
  • Equals: Field values must match the specified value exactly.
  • LessThan: Field values must be smaller than the specified value.
  • LessThanOrEquals: Field values must be smaller than or equal to the specified value.
  • GreaterThan: Field values must be larger than the specified value.
  • GreaterThanOrEquals: Field values must be greater or equal to the specified value.
  • StartsWith: Field values must start with the specified value.
  • EndsWith: Field values must end with the specified value.
  • Contains: Field values must contain the specified value.
  • DoesNotEqual: Field values must not equal the specified value.
If you have suggestions for improving this article, let us know!