Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7CBCB81E1 for ; Fri, 9 Sep 2011 08:27:08 +0000 (UTC) Received: (qmail 90154 invoked by uid 500); 9 Sep 2011 07:25:02 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 89889 invoked by uid 500); 9 Sep 2011 07:24:44 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 89877 invoked by uid 99); 9 Sep 2011 07:24:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 07:24:41 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of randall.leeds@gmail.com designates 74.125.83.53 as permitted sender) Received: from [74.125.83.53] (HELO mail-gw0-f53.google.com) (74.125.83.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 07:24:35 +0000 Received: by gwj20 with SMTP id 20so927367gwj.26 for ; Fri, 09 Sep 2011 00:24:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=qzsqrvyhVHb6hukdyajyJnclZN1oZrNC8YNHSxXtqTE=; b=bj1Iv7U1tIu6UXI9hOqGj8r11gnBMGXn9GnAaU2swIorpSeghe8VRppmgieh41tlOI XJ5VNvkWpKjvOGPZC7tZRMN2yon+fGwnq4p2KQsUjrervqyKoCeMuEPf90+/xNEG56Bz Dl/EqzR9k5CjZhw7FueiIkFqLL3tzcXPbYEWk= MIME-Version: 1.0 Received: by 10.42.141.1 with SMTP id m1mr815021icu.454.1315553054879; Fri, 09 Sep 2011 00:24:14 -0700 (PDT) Received: by 10.42.226.73 with HTTP; Fri, 9 Sep 2011 00:24:14 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Sep 2011 00:24:14 -0700 Message-ID: Subject: Re: send in show From: Randall Leeds To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=90e6ba6135d084f18304ac7d10a9 --90e6ba6135d084f18304ac7d10a9 Content-Type: text/plain; charset=UTF-8 Show is only for viewing a single document so the return value determines the response. send() is used for list functions which may iterate over a view and send many chunks. The documentation at https://wiki.apache.org/couchdb/Formatting_with_Show_and_List suggests that since 0.11 send() is available in show functions as well. Maybe this documentation is wrong? On Tue, Aug 23, 2011 at 23:55, wrote: > Hi, > > I wonder why the e.g. the send() function is not available in a _show. > Which point I dont see? > > regards > > --90e6ba6135d084f18304ac7d10a9--