-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.6.6
-
Component/s: Aggregation Framework, Geo
-
None
-
ALL
-
wrong distance calcul when GeoNear used with aggregate .
The same Geonear query with same distanceMultiplier
and maxDistance parameters don't return the same distance calcul output when it 's querying with or without
aggregation.
When query A return 1.59861657499673,
query B return 10196136.37698665
Divion by 1000 isnot indicate in manual if i didn't miss something..