From 0e056da46159ea08512897e9ef578f5473ca5363 Mon Sep 17 00:00:00 2001 From: Steve Renaker Date: Tue, 12 Apr 2016 14:00:19 -0700 Subject: [PATCH] DOCS-7405: removed default 100 document limit --- source/tutorial/query-a-2d-index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/query-a-2d-index.txt b/source/tutorial/query-a-2d-index.txt index 40b0f8d61fa..5230983ffdb 100644 --- a/source/tutorial/query-a-2d-index.txt +++ b/source/tutorial/query-a-2d-index.txt @@ -95,7 +95,7 @@ equatorial radius of the earth, 3963.2 miles: Proximity to a Point on a Flat Surface -------------------------------------- -Proximity queries return the 100 legacy coordinate pairs closest to the +Proximity queries return the legacy coordinate pairs closest to the defined point and sort the results by distance. Use either the :query:`$near` operator or :dbcommand:`geoNear` command. Both require a ``2d`` index.