On Thu, Nov 4, 2010 at 1:40 AM, Chad George <[email protected]> wrote: > this looks suspect to me: > $.couch.db($db).allDocs({ ... }); > > try this: > $db.allDocs( { ... });
Thanks Chad, that works. Odd though, I copied the code from tutorial.
I discovered this also works:
$.couch.db("dbname").allDocs({ ... });
Marcus
