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 76BFD82EE for ; Thu, 15 Sep 2011 14:44:05 +0000 (UTC) Received: (qmail 19566 invoked by uid 500); 15 Sep 2011 14:44:03 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 19535 invoked by uid 500); 15 Sep 2011 14:44:03 -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 19527 invoked by uid 99); 15 Sep 2011 14:44:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2011 14:44:03 +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 (nike.apache.org: domain of luke.driscoll@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2011 14:43:56 +0000 Received: by qwg2 with SMTP id 2so1089894qwg.18 for ; Thu, 15 Sep 2011 07:43:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=PAo/Ui1/+kvkP851UIULeLoT3ZQJxol8dIjYdPyZi1U=; b=EXpMpRyKTcHCITgttmYI/9q48XpHzkuNXiPoxeLhF/rk5M/4YQxKdjvK4tOVp8HrbC IVkr7hx3moeB6SljFclBy6l1H58mZ7Emwh3TEaUaKizLHuvt4jyvWIMw0C3Cn4vDyd86 HMu2GYbALWkAdF0xcWLL2mwM1Z0EmjPeckRZc= Received: by 10.229.232.213 with SMTP id jv21mr971940qcb.206.1316097815264; Thu, 15 Sep 2011 07:43:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.240.5 with HTTP; Thu, 15 Sep 2011 07:43:15 -0700 (PDT) In-Reply-To: References: From: Luke Driscoll Date: Thu, 15 Sep 2011 10:43:15 -0400 Message-ID: Subject: Re: Accessing a Document's Sequence in a view To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=00163630fb97c4bf3104acfbe69a X-Virus-Checked: Checked by ClamAV on apache.org --00163630fb97c4bf3104acfbe69a Content-Type: text/plain; charset=ISO-8859-1 Great, thanks! On Thu, Sep 15, 2011 at 10:18, Robert Newson wrote: > Add "options":{local_seq: true} at the top-level of your design doc > and then doc._local_seq will be populated with that value. > > > On 15 September 2011 14:59, Luke Driscoll wrote: > > Is it at all possible for us to be able to access a documents last change > > sequence, not revision, in the view code? > > > > Thanks > > Luke > > > --00163630fb97c4bf3104acfbe69a--