mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 12:36:24 +08:00
feat: introduce fuzzy search for native indexer (#14109)
This commit is contained in:
@@ -99,7 +99,7 @@ export interface NativeDBApis {
|
||||
id: string,
|
||||
indexName: string,
|
||||
query: string
|
||||
) => Promise<{ id: string; score: number }[]>;
|
||||
) => Promise<{ id: string; score: number; terms: Array<string> }[]>;
|
||||
ftsGetDocument: (
|
||||
id: string,
|
||||
indexName: string,
|
||||
|
||||
Reference in New Issue
Block a user