Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-78800

Umlauts are not converted to lower or upper case letters

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 6.0.5
    • Component/s: None
    • Labels:
    • ALL
    • Hide
      1. Create a new document in which a field contains umlauts.
        Example: `{"a": "äÄöÖüÜ"}`
      2. Create a new aggregation pipeline
      3. Add a project stage that contains the operation `$toLower` and/or `$toUpper`.
        Example: `{$project: {"upper": {$toUpper: "$a"}, "lower": {$toLower: "$a"}}`
      Show
      Create a new document in which a field contains umlauts. Example: `{"a": "äÄöÖüÜ"}` Create a new aggregation pipeline Add a project stage that contains the operation `$toLower` and/or `$toUpper`. Example: `{$project: {"upper": {$toUpper: "$a"}, "lower": {$toLower: "$a"}}`

      Umlauts (äÄ,öÖ,üÜ) are not converted to their lower or upper case with the aggregation pipeline operations `$toLower` or `$toUpper`.

            Assignee:
            yuan.fang@mongodb.com Yuan Fang
            Reporter:
            felix.pries@icloud.com Felix Pries
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: