Numeric Ranges
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.