quickwit-oss/quickwit

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

Open

#4.036 geöffnet am 27. Okt. 2023

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Rust (553 Forks)github user discovery
buggood first issue

Repository-Metriken

Stars
 (11.300 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide