fix(core): disable blocksuite indexer (#7813)

This commit is contained in:
EYHN
2024-08-09 08:24:44 +00:00
parent 3ad5170b71
commit d2b0ee40a8
7 changed files with 23 additions and 2 deletions
@@ -109,6 +109,8 @@ const getOrCreateShellWorkspace = (workspaceId: string) => {
main: blobStorage,
},
schema: globalBlockSuiteSchema,
disableBacklinkIndex: true,
disableSearchIndex: true,
});
docCollectionMap.set(workspaceId, docCollection);
docCollection.doc.emit('sync', [true, docCollection.doc]);