You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will make it cross-compatible across 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 will make it cross-compatible across 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 thefilter
param which is the equivalent of CouchDB'sselector
.This feature will look like something like this:
The text was updated successfully, but these errors were encountered: