feat(search): try again to get fts5 searching done well

This commit is contained in:
perf3ct
2025-10-24 21:47:06 -07:00
parent d992a5e4a2
commit 253da139de
24 changed files with 117 additions and 4552 deletions

View File

@@ -136,14 +136,6 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
redirectBareDomain: boolean;
showLoginInShareTheme: boolean;
// Search settings
searchBackend: string;
searchSqliteEnabled: boolean;
searchSqlitePerformanceLogging: boolean;
searchSqliteMaxMemory: number;
searchSqliteBatchSize: number;
searchSqliteAutoRebuild: boolean;
// AI/LLM integration options
aiEnabled: boolean;
aiProvider: string;