From commits-return-4516-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Fri Jun 18 07:57:37 2010 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 95045 invoked from network); 18 Jun 2010 07:57:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Jun 2010 07:57:37 -0000 Received: (qmail 31180 invoked by uid 500); 18 Jun 2010 07:57:37 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 31056 invoked by uid 500); 18 Jun 2010 07:57:34 -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 31048 invoked by uid 500); 18 Jun 2010 07:57:33 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 31041 invoked by uid 99); 18 Jun 2010 07:57:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 07:57:33 +0000 X-ASF-Spam-Status: No, hits=-1567.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 07:57:32 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 9794B1761F; Fri, 18 Jun 2010 07:57:11 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 18 Jun 2010 07:57:11 -0000 Message-ID: <20100618075711.24883.11299@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22HTTP=5Fview=5FAPI=22_by_RussSpi?= =?utf-8?q?vey?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "HTTP_view_API" page has been changed by RussSpivey. The comment on this change is: Changed inclusive_end default value in table= from false to true. Think this was an author's mistake?. http://wiki.apache.org/couchdb/HTTP_view_API?action=3Ddiff&rev1=3D40&rev2= =3D41 -------------------------------------------------- ||'''group_level'''||''number''||''-''||''see below''|| ||'''reduce'''||''true / false''||''true''||use the reduce function of th= e view. It defaults to true, if a reduce function is defined and to false o= therwise.|| ||'''include_docs'''||''true / false''||''false''||automatically fetch an= d include the document which emitted each view entry|| - ||'''inclusive_end'''||''true / false''||''false''|||| + ||'''inclusive_end'''||''true / false''||''true''|||| = Since 0.9 you can also issue '''POST''' requests to views where you can s= end the following JSON structure in the body: =20