-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a method for resetting index state #26
Comments
4 tasks
EvanHahn
added a commit
that referenced
this issue
Jan 19, 2024
This adds `MultiCoreIndexer.prototype.unlink()` which unlinks all the index storage. Addresses #26.
EvanHahn
added a commit
that referenced
this issue
Jan 19, 2024
This adds `MultiCoreIndexer.prototype.unlink()` which unlinks all the index storage. Addresses #26.
EvanHahn
added a commit
that referenced
this issue
Jan 19, 2024
This adds `MultiCoreIndexer.prototype.unlink()` which unlinks all the index storage. Addresses #26.
EvanHahn
added a commit
that referenced
this issue
Jan 19, 2024
This adds `MultiCoreIndexer.prototype.unlink()` which unlinks all the index storage. Addresses #26.
EvanHahn
added a commit
that referenced
this issue
Jan 30, 2024
This adds `MultiCoreIndexer.prototype.unlink()` which unlinks all the index storage. Closes #26.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relevant for digidem/comapeo-core#241
Leaving a project involves deleting indexed data and this module keeps some internal state about the last indexed version/number. In order to safely delete indexed data, we need to also expose a method in this module that resets the indexing state (e.g. in case a device left and then rejoined a project)
The text was updated successfully, but these errors were encountered: