This is an automated email from the ASF dual-hosted git repository. flimzy pushed a commit to branch explain in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit caeab945e419851553a84ac2e3d984efc6c14f71 Author: Jonathan Hall <[email protected]> AuthorDate: Mon Oct 9 17:42:13 2017 +0200 Fields is an array, not an object --- src/api/database/find.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/database/find.rst b/src/api/database/find.rst index a145769..01e2f03 100644 --- a/src/api/database/find.rst +++ b/src/api/database/find.rst @@ -1238,7 +1238,7 @@ it easier to take advantage of future improvements to query planning :>json object opts: Query options used :>json number limit: Limit parameter used :>json number skip: Skip parameter used - :>json object fields: Fields to be returned by the query + :>json array fields: Fields to be returned by the query :>json object range: Range parameters passed to the underlying view :code 200: Request completed successfully -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
