You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/03/31 05:42:43 UTC

[GitHub] [couchdb-nano] meSmashsta opened a new issue #260: Allow Adding Custom Query Parameters

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:
users@infra.apache.org



[GitHub] [couchdb-nano] kanongil commented on issue #260: Allow Adding Custom Query Parameters

Posted by GitBox <gi...@apache.org>.
kanongil commented on issue #260:
URL: https://github.com/apache/couchdb-nano/issues/260#issuecomment-943182434


   I need something like this to update.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org