quickwit-oss / quickwit-oss/quickwit
A string range query on a JSON field should return an error
Open
@JerryKwan is already working on this.
Since Nov 10, 2023.
bug
good first issue
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.