mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 04:21:40 +08:00
feat: introduce fuzzy search for native indexer (#14109)
This commit is contained in:
Vendored
+1
@@ -148,6 +148,7 @@ export interface NativeMatch {
|
||||
export interface NativeSearchHit {
|
||||
id: string
|
||||
score: number
|
||||
terms: Array<string>
|
||||
}
|
||||
|
||||
export interface SetBlob {
|
||||
|
||||
Reference in New Issue
Block a user