You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Julian Moritz <ma...@julianmoritz.de> on 2010/04/15 22:43:49 UTC

what's up with _all_docs_by_seq?

hi,

i'm fixing some bugs on a couchdb lib. one test's accessing the view

/database/_all_docs_by_seq/

As the couchdb wiki reads:

http://wiki.apache.org/couchdb/HTTP_Document_API#all_docs_by_seq

this should return something, but not as in my couchdb (version 0.11)

{"error":"not_found","reason":"missing"}

was that view deleted?

regards
Julian

Re: what's up with _all_docs_by_seq?

Posted by Julian Moritz <ma...@julianmoritz.de>.
Hi,

Julian Moritz schrieb:
> hi,
> 
> i'm fixing some bugs on a couchdb lib. one test's accessing the view
> 
> /database/_all_docs_by_seq/
> 
> As the couchdb wiki reads:
> 
> http://wiki.apache.org/couchdb/HTTP_Document_API#all_docs_by_seq
> 
> this should return something, but not as in my couchdb (version 0.11)
> 
> {"error":"not_found","reason":"missing"}
> 
> was that view deleted?
> 

it was replaces by _changes.

Regards
Julian

> regards
> Julian
> 

Re: what's up with _all_docs_by_seq?

Posted by J Chris Anderson <jc...@gmail.com>.
On Apr 15, 2010, at 1:43 PM, Julian Moritz wrote:

> hi,
> 
> i'm fixing some bugs on a couchdb lib. one test's accessing the view
> 
> /database/_all_docs_by_seq/
> 
> As the couchdb wiki reads:
> 
> http://wiki.apache.org/couchdb/HTTP_Document_API#all_docs_by_seq
> 
> this should return something, but not as in my couchdb (version 0.11)
> 

Yes, the URL is now /database/_changes

> {"error":"not_found","reason":"missing"}
> 
> was that view deleted?
> 
> regards
> Julian