From abc0fad57eda14cb2d4c8c6596264fe5bc45c26a Mon Sep 17 00:00:00 2001 From: Simran Date: Wed, 10 Apr 2019 15:13:16 +0200 Subject: [PATCH] Doc - Fix typo GEO_CONTAINS to GEO_INTERSECTS Backport of #8691 --- Documentation/Books/Manual/Indexing/Geo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/Manual/Indexing/Geo.md b/Documentation/Books/Manual/Indexing/Geo.md index 902dfa1267..d217e6b186 100644 --- a/Documentation/Books/Manual/Indexing/Geo.md +++ b/Documentation/Books/Manual/Indexing/Geo.md @@ -174,7 +174,7 @@ FOR x IN geo_collection RETURN x ``` -The first parameter of `GEO_CONTAINS` must be a polygon. Other types are not valid. +The first parameter of `GEO_INTERSECTS` must be a polygon. Other types are not valid. The second parameter must contain the document field on which the index was created.