feat: introduce fuzzy search for native indexer (#14109)

This commit is contained in:
DarkSky
2025-12-25 04:40:23 +08:00
committed by GitHub
parent b6dc68eddf
commit e8693a3a25
24 changed files with 237 additions and 537 deletions
+1
View File
@@ -148,6 +148,7 @@ export interface NativeMatch {
export interface NativeSearchHit {
id: string
score: number
terms: Array<string>
}
export interface SetBlob {