sday, August 06, 2009 2:14 PM
To: user@couchdb.apache.org
Subject: Re: adding key= clause to view
On Thu, Aug 6, 2009 at 3:49 PM, Michael McCaffrey
wrote:
> I've got this view working in futon and running directly on a browser
> line.
>
> Any ideashow to get the parameter "key=1
On Thu, Aug 6, 2009 at 3:49 PM, Michael McCaffrey wrote:
> I've got this view working in futon and running directly on a browser
> line.
>
> Any ideashow to get the parameter "key=1" to work with the db.view
>
>
Which db.view?
The python one would be db.view(name, key=1)
The jquery one would be
I've got this view working in futon and running directly on a browser
line.
Any ideashow to get the parameter "key=1" to work with the db.view