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 07A6A10F99 for ; Mon, 21 Oct 2013 19:24:56 +0000 (UTC) Received: (qmail 64506 invoked by uid 500); 21 Oct 2013 19:20:51 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 64090 invoked by uid 500); 21 Oct 2013 19:20:27 -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 63713 invoked by uid 99); 21 Oct 2013 19:20:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 19:20:07 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hknight555@gmail.com designates 209.85.212.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 19:20:02 +0000 Received: by mail-wi0-f179.google.com with SMTP id hm4so4566812wib.0 for ; Mon, 21 Oct 2013 12:19:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AcAUGaK3066uF2VtaDgMGyDnvoAviNctOsJmBKhEB68=; b=zZoidNDwYEHgxOQgecciyV24DDVEpHANPs40HItmzKAB8mxqd1zwgOd3bBpI0Ay3fH 2f3yKM4tUlCsS6iiKmHbCwXqWb5GA7c2oME8VaX7SyaaNz+u0XO1LtO2SEsR7yzKaWJJ I5261Sm8x1sBIPXiFnOW7bwRtLj0Dpk9UoqQngl+7yt6vXbWo95Z4oRtbccYvogSn1Jt U8QVl/MweAIvJnSv4GUWlfXGxXe2180cuEMKpR4jPKPrGTGjZKPS73QJl3U3j13TbrXp NMpkF0qtXaV10zplBdcVfKX6/6IQ1O0Mvw08KoV0tbqjCNszCviLOf4mNdlMt/wUpy0F Hc1A== MIME-Version: 1.0 X-Received: by 10.180.105.36 with SMTP id gj4mr11340508wib.14.1382383181374; Mon, 21 Oct 2013 12:19:41 -0700 (PDT) Received: by 10.217.45.199 with HTTP; Mon, 21 Oct 2013 12:19:41 -0700 (PDT) Date: Mon, 21 Oct 2013 16:19:41 -0300 Message-ID: Subject: CouchDB: Case Insensitive Keys From: Hank Knight To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Can I do a search based on a case-insensitive key? For example "aBc" should return the same results as "AbB". http://localhost:5984/mydb/_design/type/_view/q?limit=100&key=%22aBc%22