I understand that you can specify a list of channels in Couchbase Lite so that you will only sync with docs that are part of that channel.
However is it possible to filter out docs unless they are part of 2 or more channels?
For example I keep a manifest in the database for each client. The manifest exists in 3 different states: last, current and ideal. The client also has it’s own channel which is the name of the client’s id.
I’d like to set it up in a way that the replication filters out all docs unless they are part of the client’s channel AND the “ideal_manifest” channel.