-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Linq
-
None
There appears to be no LINQ way to perform the following Mongo query:
db.Collection.find({field : {$all : [ /^a/, /^d/]}})
One possible suggestion to implement this is to create a ContainsAll overload that receives Regex parameters.
- related to
-
CSHARP-495 The "In" operator matches the whole element in the input array. So a query with "In" with "Contains" is not possible.
- Closed