quickwit-oss/quickwit

Collation support?

Open

#1,123 opened on Feb 2, 2022

 (1 comment) (0 reactions) (0 assignees)Rust (580 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (11,532 stars)
PR merge metrics
 (Avg merge 5d 18h) (41 merged PRs in 30d)

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