quickwit-oss/quickwit
GitHub で見るA string range query on a JSON field should return an error
Open
#4,036 opened on 2023年10月27日
buggood first issue
Repository metrics
- Stars
- (11,300 stars)
- PR merge metrics
- (PR metrics pending)
説明
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.