A newer version of this documentation is available.

View Latest

Numeric Ranges

    February 16, 2025
    + 12

    You can specify numeric ranges with the >, >=, <, and <= operators, each followed by a numeric value.

    Example

    reviews.ratings.Cleanliness:>4 performs a numeric range query on the reviews.ratings.Cleanliness field, for values greater than 4.