RE: adding key= clause to view

2009-08-06 Thread Michael McCaffrey
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

Re: adding key= clause to view

2009-08-06 Thread Paul Davis
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

adding key= clause to view

2009-08-06 Thread Michael McCaffrey
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