From: Randall Leeds <randall.le...@gmail.com> To: user@couchdb.apache.org Date: 28/05/2010 10:25 AM Subject: Re: ERROR when querying view in design document
yes, this has solved the problem and a lot of frustration! thank you very much And Chris beat me to it. On Thu, May 27, 2010 at 17:23, J Chris Anderson <jch...@gmail.com> wrote: > > On May 27, 2010, at 5:20 PM, steven.prent...@nextgen.net wrote: > >>> 4. Now query the view*: >>> curl http://127.0.0.1:5984/basic/_design/example/_view/foo > > For 0.8.x you need to query the old URL. (We updated the API in 0.9) > >> curl http://127.0.0.1:5984/basic/_view/example/foo > > Chris