mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: search improvements (#5473)
* fix: search workspace sync indexing * chore: update collab rev temporarily * feat: revert comparison and implement index check * chore: fixes after merg * feat: clean code + support delete workspace * fix: improve code * fix: improvements after merge * fix: cargo fmt * fix: remove indices for workspace method * fix: clippy errors * fix: clippy too many arguments
This commit is contained in:
@ -10,4 +10,7 @@ pub trait UserWorkspaceService: Send + Sync {
|
||||
&self,
|
||||
ids_by_database_id: HashMap<String, Vec<String>>,
|
||||
) -> FlowyResult<()>;
|
||||
|
||||
/// Removes local indexes when a workspace is left/deleted
|
||||
fn did_delete_workspace(&self, workspace_id: String) -> FlowyResult<()>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user