-
Type:
New Feature
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: 1.8.1
-
Component/s: None
-
None
-
Environment:C#, .NET 4.5, Linq
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Noticed when trying to build a query that only equals and not equals is supported. It is possible to implement this using JohnnyHK's answer from this post:
// Find all docs that have at least a second name array element.
db.accommodations.find({'name.1': {$exists: true}})