1
0
Fork 0

Doc - Fix typo GEO_CONTAINS to GEO_INTERSECTS

Backport of #8691
This commit is contained in:
Simran 2019-04-10 15:13:16 +02:00 committed by GitHub
parent 96d6949731
commit abc0fad57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.