Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 77561 invoked from network); 29 Mar 2011 19:50:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 19:50:20 -0000 Received: (qmail 26213 invoked by uid 500); 29 Mar 2011 19:50:18 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 26165 invoked by uid 500); 29 Mar 2011 19:50:18 -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 26157 invoked by uid 99); 29 Mar 2011 19:50:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 19:50:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 19:50:11 +0000 Received: by vws16 with SMTP id 16so686817vws.11 for ; Tue, 29 Mar 2011 12:49:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=6HV4fU8ASAMwP5d89eC7JWkyi7l45vXk8/e8gmTbN6g=; b=PMb2lPu9jkAdXAxRIBSx8uoQ2K4vJJc2upkW73zMZ3rhd//RCKBOU35wH9BbMtXKTj AXUaj/glnw54+VgKcL3xOVDw2V0hEKonZXCQW54tifFG69BXodL1uKI4z5SwmLX2cyLd jELk+/SPWjWi70CQYWOIf9yd23GY/bZlriku0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=Z8zUu32y1ST0il8xwOrP6M3gv2l+NiRFzBdnAVTsGzO0fLxirwBaSp49Hy6L56RPZ6 qXhl4u+q4p0njmGbRXr0SG0apFBkPIIbE0ycTxPudHVhcsafhyZBJUW8b0ZQO+/WihuX qNW2uKCBVD3pkQNwSg6cbEBx4/dfVAsRBzeoA= Received: by 10.52.0.194 with SMTP id 2mr320470vdg.168.1301428190137; Tue, 29 Mar 2011 12:49:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.157.9 with HTTP; Tue, 29 Mar 2011 12:49:10 -0700 (PDT) In-Reply-To: References: From: Paul Davis Date: Tue, 29 Mar 2011 15:49:10 -0400 Message-ID: Subject: Re: Querying a view with a complex key with a wildcard To: "Mclendon, William C III" Cc: "user@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org > Where might I go to look up what's happening with the {} values in the key? http://wiki.apache.org/couchdb/View_collation All its doing is assuming that you don't have any objects in the second array position. {} is just an empty object that sorts after most things.