mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Add missing Korean support
Some configuration is missing `korean` features and add a test case in `milli/src/search/mod.rs`.
This commit is contained in:
parent
cade18bd47
commit
2e0ff56f3f
3 changed files with 27 additions and 0 deletions
|
@ -49,6 +49,8 @@ chinese-pinyin = ["milli/chinese-pinyin"]
|
|||
hebrew = ["milli/hebrew"]
|
||||
# japanese specialized tokenization
|
||||
japanese = ["milli/japanese"]
|
||||
# korean specialized tokenization
|
||||
korean = ["milli/korean"]
|
||||
# thai specialized tokenization
|
||||
thai = ["milli/thai"]
|
||||
# allow greek specialized tokenization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue