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
A request to _changes using filter=_doc_ids does not return any entries for deleted documents. This will cause problems for clients using this mode to pull a specific set of documents, because they won't find out when one of those documents is deleted.
I compared with CouchDB 1.6.1 — it does return entries for deleted documents in this case.
The text was updated successfully, but these errors were encountered:
I have a new CBL/iOS unit test that reproduce this problem, but I'm going to have to comment out the bit that requests a deleted doc, in order to get the test to pass with the current Sync Gateway. The test is -[ChangeTrackerTests test_docIDs], in case you want to use it.
A request to
_changes
usingfilter=_doc_ids
does not return any entries for deleted documents. This will cause problems for clients using this mode to pull a specific set of documents, because they won't find out when one of those documents is deleted.I compared with CouchDB 1.6.1 — it does return entries for deleted documents in this case.
The text was updated successfully, but these errors were encountered: