From user-return-11225-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Jul 01 19:32:08 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 63317 invoked from network); 1 Jul 2010 19:32:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 19:32:07 -0000 Received: (qmail 80556 invoked by uid 500); 1 Jul 2010 19:32:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 80493 invoked by uid 500); 1 Jul 2010 19:32:05 -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 80484 invoked by uid 99); 1 Jul 2010 19:32:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 19:32:05 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of a.afzali2003@gmail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 19:31:58 +0000 Received: by fxm8 with SMTP id 8so2597901fxm.11 for ; Thu, 01 Jul 2010 12:31:37 -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=exYXOc7T/uj7ohucl7uzJYhb8lHvFtggKfyb3MLg3bs=; b=DIVXSGFhqWfWJdqoUrueU1PQK8PdI7BqSpApht21bOo2Y7ocdyI0l7v3EuCTWQS2f9 NRi38ME2/9z4BCaCjOrkgI3r0v03B1eTTqam6ZlXkQda9PXWLLxghzumHZ8B44c+cD4/ 49HfcLGxujzg3yipJhZR/DqxKn2VsP1Mnkiuk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=l2zb6eQePajwRr+/DXT7Dx7BCrdoOR/opKRPEJ3PshFUYoRiFDwI8djRNlrZFfZBKK cIKnAeVMEyuE/a+jub1++svEmsqfkZkXdkm1QiVq+Bjk2xA3a8mk8J5k/PlRIRSJNSRq 8ODGEMsB9ZIObWEUjK3MhJx04Re6iCUu3pNT4= MIME-Version: 1.0 Received: by 10.204.47.98 with SMTP id m34mr6068664bkf.95.1278012697511; Thu, 01 Jul 2010 12:31:37 -0700 (PDT) Received: by 10.204.65.2 with HTTP; Thu, 1 Jul 2010 12:31:37 -0700 (PDT) Date: Fri, 2 Jul 2010 00:01:37 +0430 Message-ID: Subject: Newbie Question about View's Startkey Match From: afshin afzali To: user Content-Type: multipart/alternative; boundary=0016e6dd8b86da8603048a5884a9 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6dd8b86da8603048a5884a9 Content-Type: text/plain; charset=ISO-8859-1 Hi Guys, These are some simple assumptions which I would be confirmed when using in startkey param: 1) {} matches all object keys ( including {} ) 2) [] matches all array keys (including [] ) 3) "" (null string) matches all string keys (including "") 4) {} at the end of complex key matches all of remained ones BEST -- afshin --0016e6dd8b86da8603048a5884a9--