Description
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