Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
4.0 Required
-
None
-
mongos> db.version()
4.0.9
Description
Description
https://docs.mongodb.com/v4.0/reference/collation-locales-defaults/
according to above content, index creations with below locale are all failed.
{ locale: "zh@collation=pinyin" } { locale: "zh_Hant@collation=stroke" } { locale: "lk" } { locale: "li@collation=phonetic" }can you team please confirm whether they are all typos ?
mongos> db.version()
4.0.9
Scope of changes
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
Attachments
Issue Links
- related to
-
SERVER-45036 failed to create index with collation locale
-
- Closed
-
-
COMPASS-4013 failed to create index with collation locale
-
- Closed
-