benoitc / couchbeam

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

Any tuple of strings can be used as an argument when querying for changes #58

Closed andreashasse closed 12 years ago

andreashasse commented 13 years ago

Any tuple of strings can be used as an argument when querying for changes. Query arguments can be used in the javascipt in the filter. Search for "We can make the filter function using a request parameter:" here: http://guide.couchdb.org/draft/notifications.html

benoitc commented 12 years ago

Thanks for the patch, looks good for me. Can you eventually add a unitest or two for that case so we make sure that regressions won't happen?

benoitc commented 12 years ago

Hi,

Like I told you at EUC, would be cool if you can add a test for that. Thanks!

andreashasse commented 12 years ago

Sorry for the delay. I will look at this soon.