Details
-
Improvement
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
Query Optimization
Description
Support expressions($not, $gte, $elemMatch, etc) in $all clauses.
> db.t3.save({_id:1, attr1:[1,2,3]})
> db.t3.find({attr1:{$all:[{$gte:1}]}})
> db.t3.save({_id:2, attr:[
,
{b:1},
{c:3}]})
> db.t3.find({attr:{$all:[{a:{$gte:1}}]}})
Attachments
Issue Links
- is duplicated by
-
SERVER-3408 querying with a combination of $all and $exists does not work
-
- Closed
-