Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 80624 invoked from network); 24 Aug 2009 03:15:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Aug 2009 03:15:34 -0000 Received: (qmail 50185 invoked by uid 500); 24 Aug 2009 03:15:53 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 50005 invoked by uid 500); 24 Aug 2009 03:15:52 -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 49995 invoked by uid 99); 24 Aug 2009 03:15:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 03:15:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.132.249 as permitted sender) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 03:15:44 +0000 Received: by an-out-0708.google.com with SMTP id b2so672674ana.5 for ; Sun, 23 Aug 2009 20:15:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+xXkB247/8DZacRwEE6Cx2+lbRr5ti0972UEQelxX6c=; b=Q6TQnq/OLwkiTaTA6zVPTKBwlo8YXaWX3bajBysOjI1OPxWuNFvOsURHlCvynbquJO 2k8evChkzzQGHKa4zrqnCGE/gkp43Ly79ZaCuyLC3vpLBXbj+hvH3HklEPUH6zOL5Obt +PaidvvSDGMpuibmj3RAgLe4b0P7tLQiGuk7k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=SxQ2WGpEdQpdvpMrfwwe/oknjl+tbv4k88I7JKS7d43vgp+ha4CQ0UWL1tpVN02Y8x m0M/usxZLvbZRszzM+UKOsojVsnVf9nNXigwjDA1VE/NRxGp6mY9EyryMc0jaAODCj6Q CWLWlwkd4+yDNjokdb7/kJ6n5CdlO+dsesWUQ= MIME-Version: 1.0 Received: by 10.101.48.2 with SMTP id a2mr3951198ank.175.1251083723375; Sun, 23 Aug 2009 20:15:23 -0700 (PDT) In-Reply-To: <41acbd2a0908231841v7ac4a0ffged4d56e20e2f2887@mail.gmail.com> References: <4A91D049.40202@hydratech.com.au> <4A91ED5D.8020407@hydratech.com.au> <41acbd2a0908231836h185c7a38kbb51107f8da0fb96@mail.gmail.com> <41acbd2a0908231841v7ac4a0ffged4d56e20e2f2887@mail.gmail.com> Date: Sun, 23 Aug 2009 23:15:23 -0400 Message-ID: Subject: Re: Unexpected results using start/end keys on a reduced view. From: Paul Davis To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Aug 23, 2009 at 9:41 PM, Jim Tarvid wrote: > Sort of like egrep? It would be nice if the server could do pattern > matching. > > Jim > It'd be nice, but it'd either be hugely inefficient or we'd be reinventing SQL. :) Paul Davis