Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 87512 invoked from network); 4 Jun 2010 14:08:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Jun 2010 14:08:58 -0000 Received: (qmail 39952 invoked by uid 500); 4 Jun 2010 14:08:57 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 39871 invoked by uid 500); 4 Jun 2010 14:08:57 -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 39863 invoked by uid 99); 4 Jun 2010 14:08:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 14:08:57 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of moritzpost@gmail.com designates 209.85.211.194 as permitted sender) Received: from [209.85.211.194] (HELO mail-yw0-f194.google.com) (209.85.211.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 14:08:49 +0000 Received: by ywh32 with SMTP id 32so1012814ywh.5 for ; Fri, 04 Jun 2010 07:08:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=R7hKIeoqCogSaFt4xn87vq+/qmCFPjRn2dEpmPeeXys=; b=JBi3Ob7KXYODPrDhLfuzbRrrMi5JlPedNAjfvbixUtJMTM8UieRotD73iKzc4Rn1h8 Zxgu1sQUeJRUKw+HyW2d+tkdzaJLszMOqnilzG6ZCoUVVujFsAx4HJ4dDPAkNxTit04C L0Ipg1JgUwMN16CBZFnMn5mNwxWZSLq40N8rA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HPZuWJDeJ4Q9bK0P/5W9uJhPzllNFj9Xem8jJJEZbj0Y3NNTVPL66GoYgGrMN1ZaK1 aPS+dRF+sWxmQJuke0gLl161PxDX0G2f60/LGuDoZHj3wN8IHg19vMUjagi5cKk+cX7y NuAkFRq28+BMFzPHzzwLj5gtn35Rhh5QEM7Zc= MIME-Version: 1.0 Received: by 10.101.129.23 with SMTP id g23mr11844048ann.68.1275660505889; Fri, 04 Jun 2010 07:08:25 -0700 (PDT) Received: by 10.100.241.6 with HTTP; Fri, 4 Jun 2010 07:08:03 -0700 (PDT) Date: Fri, 4 Jun 2010 16:08:03 +0200 Message-ID: Subject: Find latest document by timestamp From: Moritz Post To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi CouchPeople That might be an easy one but i can't figure it out just yet. I have a set of documents, all created at different points in time as taged by a stimestamp (in UNIX format). How can i now get the very latest of these documents? Thanks for any help. Greets Moritz Post