quickwit-oss/quickwit

A string range query on a JSON field should return an error

Open

#4036 aperta il 27 ott 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Rust (553 fork)github user discovery
buggood first issue

Metriche repository

Star
 (11.300 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor