On Mon, May 23, 2011 at 6:08 PM, Johannes Schneider <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi guys, > > > I know that I can fetch all docs using an URL like this: > > > http://server/mydb/_all_docs > > But is it also possible to use the path as for user defined views? > > http://server/mydb/_design/mycat/_view/myview > > I am looking for something like that: > > http://server/mydb/_design/build_in/_view/all_docs > > > > Thanks, > > Johannes > > Why ?
Anyway, I see 2 simple solutions: 1. write a view that emit all docs 2. Put all behind _rewrite/ and make a rule using _all_docs. - benoƮt
