mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
feat: Make query strings support cjk kanjis
This commit is contained in:
@ -21,9 +21,12 @@ serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = { version = "1.0", features = ["preserve_order"] }
|
||||
size_format = "1.0"
|
||||
slice-group-by = "0.2"
|
||||
unidecode = "0.3"
|
||||
|
||||
[dependencies.slice-group-by]
|
||||
git = "https://github.com/Kerollmops/slice-group-by.git"
|
||||
tag = "v0.2.3-alpha.1"
|
||||
|
||||
[dependencies.toml]
|
||||
git = "https://github.com/Kerollmops/toml-rs.git"
|
||||
features = ["preserve_order"]
|
||||
|
Reference in New Issue
Block a user