If I remove documents from a collection using accessor.remove(), is it possible for me to find them again as long as they are not physically deleted, or to undelete them?
For exemple, that they do not get returned by findAll but get returned by queries like {identifier:identifier_value}.
The getPushRequired
API will return those documents. They can be filtered using the _deleted
attribute.