On Wed, Mar 3, 2010 at 10:56 AM, Manokaran K <[email protected]> wrote:
> Thanks, Brian. > > I now create the startkey and endkey as separate arrays and then > JSON.stringify and encodeURIComponent each of them and assemble the url by > hand. > > I use jquery as the client side library. Are there any plugins that will do > this for me? > > Thanks to Paul Davis response in another thread, I found encodeOptions in jquery.couch.js is just the function I needed. mano
