Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
Translate:
collection.Where(x => x.S.EndsWith(v))
|
where S is a string property and v is a string constant to:
{ $match : { s : /v'$/ } }
|
where v' is the Regex escaped version of v.
Attachments
Issue Links
- is depended on by
-
CSHARP-3404 LINQ3: Get LegacyPredicateTranslatorTests to pass
-
- Closed
-