quickwit-oss/quickwit
A string range query on a JSON field should return an error
Open
#4,036 opened on Oct 27, 2023
buggood first issue
Repository metrics
- Stars
- (11,532 stars)
- PR merge metrics
- (Avg merge 5d 18h) (41 merged PRs in 30d)
Description
If you have a JSON field field in your mapping and you make a range query field.subfield:[y TO z] will match all the documents.
Instead, we should return an error.