-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure proper deletion of documents in MemDB (#920)
In Dashboard, there was an issue where re-creating and deleting a previously deleted document did not remove the document as expected. This issue occurred because the already deleted document was not properly filtered out and returned again upon re-deletion. This commit fixes this issue by adding a filter to prevent previously deleted documents from being returned during document retrieval for deletion.
- Loading branch information
1 parent
1d83899
commit 28ef053
Showing
2 changed files
with
58 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters