quickwit-oss / quickwit-oss/quickwit
Change syntax of "prefix" queries
Open
Nobody has claimed this yet.
documentation
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
Currently, we can do:
field:start-*for a prefix queryfield:"start-"*for a prefix query
This is not documented. Let's add it to the docs.
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.
Research direction
Start by locating the query-language documentation for prefix queries and review the existing examples for field:start-* and field:"start-"*. Document both supported forms and verify that the resulting explanation matches the current query syntax.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation, search
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100