-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
None
> db.people.find({ loc:{$near:{y:40.74,x:74}}, city:'NEWARK'}).count()
0
> db.people.find({ loc:{$near:{y:40.74,x:74}}, city:'NEWARK'}).limit(368).toArray().length
0
> db.people.find({ loc:{$near:{y:40.74,x:74}}, city:'NEWARK'}).limit(369).count()
0
the $near location is in Manhattan