-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
None
-
ALL
> db.f.drop();
true
> db.f.save(
);
> db.f.find( { a:
} );
{ "_id" : ObjectId("4cb4dbd632dad83b4dd8a524"), "a" : [ 1, 10 ] }> db.f.find( { a:
{ $gt:5,$lt:2} } );
>
- related to
-
SERVER-958 Range queries on arrays behave differently with indexes
- Closed