x => x.ToLower().Equals("firstname") throws NotSupportedException

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 2.14.0
    • Affects Version/s: 2.11.6
    • Component/s: LINQ3
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Hello,

      AS-IS :
      When i'm trying to execute the following LINQ request x => x.ToLower().Equals("firstname"), the following exception is thrown: toLower is not supported, i'm using the version '2.11.6'.
      I need this feature to perform "case insensitive" search.

      TO-BE:
      I made some modifications in the pull request to support this feature : https://github.com/mongodb/mongo-csharp-driver/pull/440

            Assignee:
            Robert Stam (Inactive)
            Reporter:
            Thierry Habart
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: