-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 1.8.0
-
Component/s: Geo
-
None
-
ALL
db.foo.save({a: [
{l: [1, 1]},
{l: [2, 2]} ])
db.foo.ensureIndex(
)
db.l.find({'a.l': {$near: [0, 0]}}).explain()
{
"cursor" : "GeoSearchCursor",
"nscanned" : 1,
"nscannedObjects" : 1,
"n" : 1,
"millis" : 0,
"nYields" : 0,
"nChunkSkips" : 0,
"isMultiKey" : false,
"indexOnly" : false,
"indexBounds" : {
}
}