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
|
@ -151,6 +151,7 @@ chinese = ["meilisearch-types/chinese"]
|
|||
chinese-pinyin = ["meilisearch-types/chinese-pinyin"]
|
||||
hebrew = ["meilisearch-types/hebrew"]
|
||||
japanese = ["meilisearch-types/japanese"]
|
||||
korean = ["meilisearch-types/korean"]
|
||||
thai = ["meilisearch-types/thai"]
|
||||
greek = ["meilisearch-types/greek"]
|
||||
khmer = ["meilisearch-types/khmer"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue