Support collations on clustered collections

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.3.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • Execution Team 2021-12-27, Execution Team 2022-01-10, Execution Team 2022-01-24
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Clustered collections do not respect collations passed to the create command.

      db.createCollection('c', {clusteredIndex: {key: {_id: 1}, unique: true}, collation: {locale: "en", strength: 2}})
      db.c.insert({_id: "FOO"})
      db.c.find({_id: "foo"}) // Returns nothing, but should perform case-insensitive match
      

      As scoped, we should instead return an error when created with a collation.

            Assignee:
            Daniel Gomez Ferro
            Reporter:
            Louis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: