quickwit-oss/quickwit

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

Open

#4.036 aberto em 27 de out. de 2023

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)Rust (553 forks)github user discovery
buggood first issue

Métricas do repositório

Stars
 (11.300 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador