Details
-
New Feature
-
Resolution: Fixed
-
Major - P3
-
2.14.1
-
None
-
Minor Change
Description
Hi, when I trying to query LINQ request x => x.Name.Contains("FirstName", StringComparison.CurrentCultureIgnoreCase) ** throw the following error message.
Message:
Expression not supported: x.Name.Contains("FirstName", CurrentCultureIgnoreCase).
Following are my using
- Mongo driver: v2.14.1
** - Linq provider: clientSettings.LinqProvider = LinqProvider.V3
NOTE: Original description described the problem that OrdinalIgnoreCase doesn't work. This is expected and explained below in the comments.