quickwit-oss/quickwit

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

Open

#4,036 创建于 2023年10月27日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)Rust (553 fork)github user discovery
buggood first issue

仓库指标

Star
 (11,300 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南