Details
-
New Feature
-
Resolution: Done
-
Minor - P4
-
1.8.1
-
None
-
None
-
C#, .NET 4.5, Linq
Description
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}})