iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower
Apache License 2.0
393 stars 82 forks source link

Support for _selector filter? #95

Open blakew opened 6 years ago

blakew commented 6 years ago

I was excited to find this library but it doesn't seem to support the _selector filter. Is this right?

RE: http://docs.couchdb.org/en/2.2.0/api/database/changes.html#selector

"This is significantly more efficient than using a JavaScript filter function and is the recommended option if filtering on document attributes only."

blakew commented 6 years ago

For a workaround see here https://github.com/cloudant-labs/cloudant-follow/issues/71