summaryrefslogtreecommitdiff
path: root/jstests/geo_mindistance.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d ↵Hari Khalsa2013-10-041-7/+7
| | | | queries (just slow).
* SERVER-10641 Additional input validation for $near, $nearSphere, and geoNear.A. Jesse Jiryu Davis2013-08-281-75/+0
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-9395 Implement $minDistance for geoNear commandA. Jesse Jiryu Davis2013-07-101-0/+338
Squashed: - Spelling in comment. - $minDistance option for $near queries with 2dsphere index. SERVER-9395 - Implement $minDistance for geoNear command. SERVER-9395 - uassert that geoNear's min/maxDistance param is non-negative - More $nearSphere tests. SERVER-9395 - uassert that minDistance isn't used with 2d index. 2dsphere index is required. - More informative error if assert.throws is misused. Signed-off-by: Matt Kangas <matt.kangas@10gen.com>