Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d ↵ | Hari Khalsa | 2013-10-04 | 1 | -7/+7 |
| | | | | queries (just slow). | ||||
* | SERVER-10641 Additional input validation for $near, $nearSphere, and geoNear. | A. Jesse Jiryu Davis | 2013-08-28 | 1 | -75/+0 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-9395 Implement $minDistance for geoNear command | A. Jesse Jiryu Davis | 2013-07-10 | 1 | -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> |