Closed grimborg closed 9 years ago
@grimborg could you document this in the readme, add a test around this if these are the semantics that make sense? Otherwise this LGTM :+1:
Thanks for your feedback! I've added a test and updated the docs.
I've noticed that some of the existing tests fail (even on master), but maybe it's my version of couch... The test that I added does pass, though.
Hi, did you get a chance to review the changes? Thanks!
@grimborg sorry for the delay. I will merge this
This fixes an issue where trying to use a filter function on a
_db_updates
feed fails with the error "Internal filter needs .doc".The
_db_updates
feeds havedb_name
andtype
instead ofdoc
, so I pass these to the filter function.