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
Follow-up item based on discussions around #410. Implementing it requires updating the multi-core and sqlite indexers first, and then updating the IndexWriter and MapeoProject.leave() to take advantage of the changes.
When you leave a project, we now delete all indexed data outside of the
`auth` namespace. Fixes [#427].
[#427]: #427
Co-Authored-By: Andrew Chou <andrewchou@fastmail.com>
When you leave a project, we now delete all indexed data outside of the
`auth` namespace. Fixes [#427].
[#427]: #427
Co-Authored-By: Andrew Chou <andrewchou@fastmail.com>
Description
Follow-up item based on discussions around #410. Implementing it requires updating the multi-core and sqlite indexers first, and then updating the
IndexWriter
andMapeoProject.leave()
to take advantage of the changes.Tasks
Update multi-core-indexer
Update mapeo-sqlite-indexer
Add a method to
IndexWriter
to call the relevant method for each sqlite indexer instanceUpdate
MapeoProject.leave()
implementation to use the new methods. Also have to keep in mind that the order in which they're called is important:The text was updated successfully, but these errors were encountered: