quickwit-oss/quickwit

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

Open

#4 036 ouverte le 27 oct. 2023

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)Rust (553 forks)github user discovery
buggood first issue

Métriques du dépôt

Stars
 (11 300 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur