mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
feat(core): run indexer in worker (#7418)
This commit is contained in:
@@ -20,6 +20,9 @@ export interface IndexWriter<S extends Schema>
|
||||
|
||||
delete(id: string): void;
|
||||
|
||||
// TODO(@eyhn)
|
||||
// deleteByQuery(query: Query<S>): void;
|
||||
|
||||
commit(): Promise<void>;
|
||||
|
||||
rollback(): void;
|
||||
|
||||
Reference in New Issue
Block a user