However, unless I am misunderstanding the documentation it should be changing the URL to support _list requests. This PR will do just that and has been tested on BigCouch (which should have the same _list API as CouchDB). The parameter did not seem to have any impact prior to this change.
The library current accepts a view option 'list' which is passed along to couchdb: https://github.com/benoitc/couchbeam/blob/master/src/couchbeam_view.erl#L406
However, unless I am misunderstanding the documentation it should be changing the URL to support _list requests. This PR will do just that and has been tested on BigCouch (which should have the same _list API as CouchDB). The parameter did not seem to have any impact prior to this change.
Thanks!