-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Translate:
collection.Where(x => x.S.Contains(v)
to:
{ $match : { s : /v'/ }
where S is a string property and v is a string constant, and v' is the regex escaped version of v.
- is depended on by
-
CSHARP-3404 LINQ3: Get LegacyPredicateTranslatorTests to pass
-
- Closed
-