summaryrefslogtreecommitdiff
path: root/jstests/core/geonear_cmd_input_validation.js
Commit message (Collapse)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-3/+0
|
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-8/+22
| | | | | | | | | | 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.
* SERVER-31651 Relax geoNear command requirement to specify spherical=true for ↵David Storch2017-12-011-3/+4
| | | | 2dsphere index.
* SERVER-31651 Allow minDistance option on geoNear command with 2d index.David Storch2017-12-011-3/+1
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-13/+7
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-42/+25
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+119
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api