meSmashsta opened a new issue #260:
URL: https://github.com/apache/couchdb-nano/issues/260
This will make it cross-compatible between the Couch family (IBM CouchDB,
Couchbase's Sync Gateway 1.5 & below, etc).
For example, if I were to use `_changes` API of Sync Gateway 1.5 (or below)
I will not be able to use the `filter` param which is the equivalent of
CouchDB's `selector`.
This feature will look like something like this:
```javascript
const db = nano.db.use('mydb')
db.changesReader.start({ filter: 'sync_gateway/bychannel', channels:
'channel1,channel2' })
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]