Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
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.
Attachments
Issue Links
- is depended on by
-
CSHARP-3404 LINQ3: Get LegacyPredicateTranslatorTests to pass
-
- Closed
-