Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
The following expressions:
f.Any(i => a.Contains(i))
|
a.Any(i => f.Contains(i))
|
where f is an array field and a is an array constant value both should be translated to:
{ f : { $in : a } }
|
Attachments
Issue Links
- is depended on by
-
CSHARP-3354 LINQ3: Get PredicateTranslatorValidationTests to pass
-
- Closed
-