mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Update feature flags
This commit is contained in:
parent
ff2cf2a5ae
commit
249053e514
@ -50,3 +50,6 @@ hebrew = ["milli/hebrew"]
|
|||||||
japanese = ["milli/japanese"]
|
japanese = ["milli/japanese"]
|
||||||
# thai specialized tokenization
|
# thai specialized tokenization
|
||||||
thai = ["milli/thai"]
|
thai = ["milli/thai"]
|
||||||
|
|
||||||
|
# allow greek specialized tokenization
|
||||||
|
greek = ["milli/greek"]
|
||||||
|
@ -113,6 +113,7 @@ chinese = ["meilisearch-types/chinese"]
|
|||||||
hebrew = ["meilisearch-types/hebrew"]
|
hebrew = ["meilisearch-types/hebrew"]
|
||||||
japanese = ["meilisearch-types/japanese"]
|
japanese = ["meilisearch-types/japanese"]
|
||||||
thai = ["meilisearch-types/thai"]
|
thai = ["meilisearch-types/thai"]
|
||||||
|
greek = ["meilisearch-types/greek"]
|
||||||
|
|
||||||
[package.metadata.mini-dashboard]
|
[package.metadata.mini-dashboard]
|
||||||
assets-url = "https://github.com/meilisearch/mini-dashboard/releases/download/v0.2.7/build.zip"
|
assets-url = "https://github.com/meilisearch/mini-dashboard/releases/download/v0.2.7/build.zip"
|
||||||
|
@ -91,4 +91,4 @@ korean = ["charabia/korean"]
|
|||||||
thai = ["charabia/thai"]
|
thai = ["charabia/thai"]
|
||||||
|
|
||||||
# allow greek specialized tokenization
|
# allow greek specialized tokenization
|
||||||
greek = []
|
greek = ["charabia/greek"]
|
||||||
|
Loading…
Reference in New Issue
Block a user