Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 96988 invoked from network); 10 Apr 2009 14:29:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Apr 2009 14:29:09 -0000 Received: (qmail 86892 invoked by uid 500); 10 Apr 2009 14:29:09 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 86810 invoked by uid 500); 10 Apr 2009 14:29:09 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 86800 invoked by uid 99); 10 Apr 2009 14:29:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 14:29:09 +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.251 as permitted sender) Received: from [209.85.132.251] (HELO an-out-0708.google.com) (209.85.132.251) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 14:29:02 +0000 Received: by an-out-0708.google.com with SMTP id b2so637837ana.5 for ; Fri, 10 Apr 2009 07:28:41 -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=sDk5ypUJXvfECwbX192jVr0YHQfJIjxlFQGkOMm5ubE=; b=uC0a+W/rH3LzAw7GdgrPd4GgGq0zU358sHvFOAfd8rUWph/mMzNRAZ3ub6/9ThZ7Lv EFCwr3WpmloOtdHPYdf5hgsrEpS0CmbkxvewJsLAIjpiOuKoFdt3Ilc+ous8svWgQqq3 4hzl99gAEuL+VDfaKwZqEqpv/ilNBWVDpDw/4= 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=MZv8Ei1ij5s/Utwsd4K52tqCzGbdiQ6FUHuTd2BW1IqPry7+b6ekRzG7MOK5qv6lHf W6Anhb0rbtMxgFrwRuOD30vLednErBhL/axjXCKsPJFMvpBDpbw2/iqyDyWgLrIsmUH+ gj7O2XJBR1o7JKJoifZ4A3QzAGNPiEOoSuLMo= MIME-Version: 1.0 Received: by 10.100.109.13 with SMTP id h13mr2859471anc.21.1239373721570; Fri, 10 Apr 2009 07:28:41 -0700 (PDT) In-Reply-To: <7060483c0904100039r20f9bb9aja417dcfe9a0882ce@mail.gmail.com> References: <20090409105330.GA13320@uk.tiscali.com> <20090409210807.GA25726@uk.tiscali.com> <7060483c0904091445k625023aah29a96c493c8323b4@mail.gmail.com> <7060483c0904091539g5315acd0sbd286402a97f0b33@mail.gmail.com> <7060483c0904091618h3ff50b6jef6548d8ce982370@mail.gmail.com> <7060483c0904100039r20f9bb9aja417dcfe9a0882ce@mail.gmail.com> Date: Fri, 10 Apr 2009 10:28:41 -0400 Message-ID: Subject: Re: View keys case-insensitive? From: Paul Davis To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org > (let's say we use Level 3) > sortKey=3D[]; > for (i=3D0; i<3; i++) { > =A0 for(j=3D0; j =A0 =A0sortKey.push(sArray[j][i]); > } > > } Patrick! A million thanks. Seeing this in code I at first thought, wait, srsly? And then double checking: S3.1 For each weight level L in the collation element array from 1 to the maximum level, I was absolutely not paying enough attention yesterday. I'd translated that= to: for(j =3D 0; j < array.length; j++) for(i =3D0; i < 3; i++) Code always speaks louder than words. Thanks again, Paul Davis