You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fl...@apache.org on 2017/10/09 15:42:25 UTC

[couchdb-documentation] branch explain created (now caeab94)

This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a change to branch explain
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


      at caeab94  Fields is an array, not an object

This branch includes the following new commits:

     new 3c5a535  Spelling correction
     new caeab94  Fields is an array, not an object

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].

[couchdb-documentation] 02/02: Fields is an array, not an object

Posted by fl...@apache.org.
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 <fl...@flimzy.com>
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
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.

[couchdb-documentation] 01/02: Spelling correction

Posted by fl...@apache.org.
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 3c5a535ddd1f1702c478ce007d56ecaffd8ecdc9
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Mon Oct 9 17:41:15 2017 +0200

    Spelling correction
---
 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 323e2e7..a145769 100644
--- a/src/api/database/find.rst
+++ b/src/api/database/find.rst
@@ -1233,7 +1233,7 @@ it easier to take advantage of future improvements to query planning
     :>header Transfer-Encoding: ``chunked``
 
     :>json string dbname: Name of database
-    :>json object index: Index used to fullfil the query
+    :>json object index: Index used to fulfill the query
     :>json object selector: Query selector used
     :>json object opts: Query options used
     :>json number limit: Limit parameter used

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.