mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
feat(search): try again to get fts5 searching done well
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user