Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AA2CB200D1A for ; Mon, 9 Oct 2017 17:42:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A89081609E0; Mon, 9 Oct 2017 15:42:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2E07F1609BB for ; Mon, 9 Oct 2017 17:42:30 +0200 (CEST) Received: (qmail 36077 invoked by uid 500); 9 Oct 2017 15:42:29 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 36059 invoked by uid 99); 9 Oct 2017 15:42:29 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2017 15:42:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BCCBA81982; Mon, 9 Oct 2017 15:42:25 +0000 (UTC) Date: Mon, 09 Oct 2017 15:42:27 +0000 To: "commits@couchdb.apache.org" Subject: [couchdb-documentation] 02/02: Fields is an array, not an object MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: flimzy@apache.org In-Reply-To: <150756374512.29989.3400405187727868510@gitbox.apache.org> References: <150756374512.29989.3400405187727868510@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb-documentation X-Git-Refname: refs/heads/explain X-Git-Reftype: branch X-Git-Rev: caeab945e419851553a84ac2e3d984efc6c14f71 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171009154226.BCCBA81982@gitbox.apache.org> archived-at: Mon, 09 Oct 2017 15:42:30 -0000 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 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" .