Support non-ascii characters for index uid #465
jet10000
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 1 reply
-
Hi @jet10000 👋 I guess it would be possible from a purely technical point of view. @Kerollmops do you confirm? Now I have a usage question. Won't it be a problem to reach a resource in the API path if it contains non-ASCII chars? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
meilisearch.errors.MeiliSearchApiError: MeiliSearchApiError. Error code: invalid_index_uid. Error message:
中文_123456
is not a valid index uid. Index uid can be an integer or a string containing only alphanumeric characters, hyphens (-) and underscores (_). Error documentation: https://docs.meilisearch.com/errors#invalid_index_uid Error type: invalid_requestBeta Was this translation helpful? Give feedback.
All reactions