mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	Update feature flags
This commit is contained in:
		| @@ -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"] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user