quickwit-oss / quickwit-oss/quickwit
Collation support?
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
Is your feature request related to a problem? Please describe.
I've looked up on tantivy' repo and this one but did not find any doc related to the support of other languages (I think for now it's just plain english?)
Describe the solution you'd like
A support for other "collation" for example searching for "Remi" in french should catch "Rémi" as well. A search of "fuß" in german should catch "fuss" as well (not a real word, my german is a bit rusty 😅 )
Please let me know if I missed something in the doc. And thanks for this piece of software ❤️
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
The issue requests language-aware collation, including matching “Remi” with “Rémi” and “fuß” with “fuss,” but names no files, tests, or entry points. Start by checking the existing Quickwit and Tantivy documentation for language and collation support; done would require a defined approach for the requested multilingual matching behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- internationalization, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100