Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 30263 invoked from network); 7 Apr 2009 22:27:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2009 22:27:51 -0000 Received: (qmail 49716 invoked by uid 500); 7 Apr 2009 22:27:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 49668 invoked by uid 500); 7 Apr 2009 22:27:50 -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 49658 invoked by uid 99); 7 Apr 2009 22:27:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 22:27:50 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [84.238.112.40] (HELO cuda.parknet.dk) (84.238.112.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 22:27:41 +0000 X-ASG-Debug-ID: 1239143233-2eb200000000-z14J5S X-Barracuda-URL: http://cuda.parknet.dk:80/cgi-bin/mark.cgi Received: from Allan-Juuls-Computer.local (localhost [127.0.0.1]) by cuda.parknet.dk (Spam Firewall) with ESMTP id C0B641FBE98A for ; Wed, 8 Apr 2009 00:27:13 +0200 (CEST) Received: from Allan-Juuls-Computer.local ([10.90.205.254]) by cuda.parknet.dk with ESMTP id JiIqKFJMK9mWZfj2 for ; Wed, 08 Apr 2009 00:27:13 +0200 (CEST) X-Barracuda-Envelope-From: aju@muly.dk Message-ID: <49DBD341.2010603@muly.dk> Date: Wed, 08 Apr 2009 00:27:13 +0200 From: aju User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: user@couchdb.apache.org X-ASG-Orig-Subj: Re: Interactive CouchDB Subject: Re: Interactive CouchDB References: <7db9abd30904031143p6686452dk7aa267e2381f354d@mail.gmail.com> <49D6B35F.5080903@michevan.id.au> <7db9abd30904031934r14bbe886o2d39cdd7c42eefb5@mail.gmail.com> <49D70FA9.9010704@muly.dk> <7db9abd30904061536g535d28b7q5c3ebf2fc3d7626c@mail.gmail.com> <49DB135C.2050002@netzmeister-st-pauli.de> In-Reply-To: <49DB135C.2050002@netzmeister-st-pauli.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Barracuda-Connect: UNKNOWN[10.90.205.254] X-Barracuda-Start-Time: 1239143233 X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at parknet.dk X-Virus-Checked: Checked by ClamAV on apache.org Andreas Wenk wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > kowsik schrieb: >> Ok, >> I've added the query parameters to influences the final result, >> specifically key and startkey/endkey. >> >> http://labs.mudynamics.com/2009/04/03/interactive-couchdb/ >> >> Enjoy, >> > I allready did ;-) > > One thing: choosing the map/reduce tab and then "sorting pictures by user" I expect to get > all entry's belonging to bob when I set key to bob ... But the result is empty. When I > write "bob" I get the result ... for sure because that is the correct format. > > I think most people will put bob and not "bob" into the field. So a hint or escaping it > with "" by default if the value is not =~ [0-9] would be really helpfull. > > Andy semi-agreed - i always forget the quotes myself, but i think you should just write a little help text or example text like: try and enter "bob" (remember the quotes) supposing int the tutotial you wanted to display a fake REST URL matching the query, it would look odd IMO that the quotes suddenly are there in that displayed URL and not in the input field ./allan