mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
7bc7864fc0
This commit removes the geoNear command and moves its implementation into the aggregation framework. Users should use the aggregate command with a $geoNear stage. The implementation rewrite additionally removes the limit in the $geoNear aggregation stage. To limit the number of results, use a $limit stage. |
||
---|---|---|
.. | ||
lib | ||
aggregate.js | ||
catalog_ops.js | ||
count.js | ||
distinct.js | ||
find.js | ||
geo.js | ||
get_more.js | ||
server_status.js | ||
temp_collection.js | ||
write_ops.js |