Umlauts are not converted to lower or upper case letters

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Works as Designed
    • Priority: Major - P3
    • None
    • Affects Version/s: 6.0.5
    • Component/s: None
    • 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"}}`
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

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

            Assignee:
            Yuan Fang
            Reporter:
            Felix Pries
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: