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
Documents including deleted documents should allow to be purged or set expiration.
Actual behavior
Based on this and this, I understand that purging or setting expiration on deleted documents may not be working as GetDocument(doc) will return null for deleted documents?
The text was updated successfully, but these errors were encountered:
pasin
changed the title
Purge Document with ID should allow to purge deleted document
Purge Document with ID and Set Expiration should allow to operate on deleted documents
Nov 20, 2018
@Sandychuang8 Please work with Pasin on this. The Purge call with document ID should use c4db_purgeDoc and it will probably be simpler to use the same for the normal case. Add tests to verify as well.
Library Version
Iridium
.NET Runtime
Any
Operating System / Device Details
Any
Expected behavior
Documents including deleted documents should allow to be purged or set expiration.
Actual behavior
Based on this and this, I understand that purging or setting expiration on deleted documents may not be working as
GetDocument(doc)
will returnnull
for deleted documents?The text was updated successfully, but these errors were encountered: