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
However, when I do a store.findAll() the deleted element is still returned respectively to be more specific: the previous revision of the "deleted" element is returned.
When I set the pouch-db revs_limit e.g to 5 it seems to work.
The text was updated successfully, but these errors were encountered:
I initialize my hoodie/ pouchdb like this:
When I delete an element with
store.remove
I experience the following behavior:Old revisions are still not deleted (but this is probably a pouchdb bug discussed here: revs_limit hides, but does not actually delete, old document data pouchdb/pouchdb#4372)
store.findAll()
the deleted element is still returned respectively to be more specific: the previous revision of the "deleted" element is returned.When I set the pouch-db revs_limit e.g to 5 it seems to work.
The text was updated successfully, but these errors were encountered: