JSON Queries
Range
Basic Usage
Range queries are supported over JSON fields indexed as fast.
The following code block executes a range query over a JSON field:
Datetime Values
Datetime values stored inside JSON must be RFC 3339 formatted in order to work with range queries. The following values are RFC 3339 compliant:
The following values are not RFC 3339 compliant:
Datetime Handling
When querying datetime values on JSON fields using JSON query syntax, always set is_datetime: true
to ensure the query is parsed as a date.
Was this page helpful?