benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

Add `{view, string()}` changes feed option #82

Closed KlausTrainer closed 11 years ago

KlausTrainer commented 11 years ago

This makes it possible to specify a view to be used as filter for the changes feed when using couchbeam_changes:fetch/2 or couchbeam_changes:stream/3. Note that CouchDB ignores that filter parameter as long as the value for the filter parameter is not set to "_view".