-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.4.0-rc0
-
Component/s: Geo
-
None
-
Environment:2.4.0-rc0 on OSX
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Expected to get
{ "loc" : { "type" : "Point", "coordinates" : [ 5, 5 ] }, "foo" : 1 }
{ "loc" : { "type" : "Point", "coordinates" : [ 5, 5 ] }, "foo" : 2 }
but get
{ "foo" : 1, "loc" : "0f20002222223122" }
{ "foo" : 2, "loc" : "0f20002222223122" }
- is depended on by
-
SERVER-8621 Non covered geo query is reported as a covered query
-
- Closed
-