You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1056,7 +1056,7 @@ Performs an arbitrary request to the given URL and passes the server response to
1056
1056
**absolutePath* (optional): whether the *path* is relative to the connection's base URL instead of the endpoint. Default: `false`.
1057
1057
**body* (optional): the request body.
1058
1058
**qs* (optional): the query string.
1059
-
**headers* (optional): an object with additional HTTP headers to send with the request.
1059
+
**headers* (optional): an object containing additional HTTP headers to send with the request.
1060
1060
**method* (optional): HTTP method to use. Default: `"GET"`.
1061
1061
1062
1062
If *opts.path* is missing, the request will be made to the base URL of the endpoint.
@@ -1605,7 +1605,7 @@ Performs a fulltext query searching for *query* in the given *fieldName* of all
1605
1605
1606
1606
**fieldName*: the name of the field to search.
1607
1607
**query*: a fulltext query string.
1608
-
**opts* (optional): an object additional options for the query.
1608
+
**opts* (optional): an object containing additional options for the query.
1609
1609
1610
1610
For more information on the properties of the *opts* object see [the HTTP API for fulltext queries](https://docs.arangodb.com/HttpIndexes/Fulltext.html).
1611
1611
@@ -1641,7 +1641,7 @@ Performs a geo-spatial query for documents near the given location.
1641
1641
1642
1642
**latitude*: latitude of the target location.
1643
1643
**longitude*: longitude of the target location.
1644
-
**opts* (optional): an object additional options for the query.
1644
+
**opts* (optional): an object containing additional options for the query.
1645
1645
1646
1646
For more information on the properties of the *opts* object see [the HTTP API for geo-spatial queries](https://docs.arangodb.com/HttpIndexes/Geo.html).
1647
1647
@@ -1677,7 +1677,7 @@ Performs a geo-spatial query for documents within the given *radius* of the give
1677
1677
**latitude*: latitude of the target location.
1678
1678
**longitude*: longitude of the target location.
1679
1679
**radius*: the search radius (in meters).
1680
-
**opts* (optional): an object additional options for the query.
1680
+
**opts* (optional): an object containing additional options for the query.
1681
1681
1682
1682
For more information on the properties of the *opts* object see [the HTTP API for geo-spatial queries](https://docs.arangodb.com/HttpIndexes/Geo.html).
0 commit comments