-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.0
-
Component/s: Querying
-
None
-
ALL
Google Group URL:https://groups.google.com/forum/#!topic/mongodb-dev/bjFGvzB8OAE
rs0:PRIMARY> db.a.find().sort({_id:1}) { "_id" : 1 } { "_id" : 2 } { "_id" : 3 } { "_id" : "1" } { "_id" : "10" } { "_id" : "100" } { "_id" : "2" } { "_id" : "20" } { "_id" : "3" } { "_id" : { "nam" : "1234" } } { "_id" : { "name" : "123" } } { "_id" : { "name" : "1234" } } { "_id" : { "name2" : "1234" } } rs0:PRIMARY> db.a.find({_id:{$lt:MaxKey, $gt:"2"}}) { "_id" : "20" } { "_id" : "3" }