Skip to content

Commit

Permalink
Doc - Fix typo GEO_CONTAINS to GEO_INTERSECTS
Browse files Browse the repository at this point in the history
Backport of #8691
  • Loading branch information
Simran-B authored Apr 10, 2019
1 parent 96d6949 commit abc0fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Books/Manual/Indexing/Geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit abc0fad

Please sign in to comment.