Document How to do collations with LINQ

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 2.12.0
    • Affects Version/s: None
    • Component/s: Documentation, LINQ
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      A simple LINQ query where toUpper is used to effect a case-insensitive match becomes an aggregation with an anchored case-insensistive regex $match stage.

      This works, but scans the entire index. Using a case-insensitive collation is a solution, but LINQ does not currently support collations in the MongoDB implementation.

              Assignee:
              Dmitry Lukyanov (Inactive)
              Reporter:
              Spencer Brown
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: