mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
feat(search): try a ground-up sqlite search approach
This commit is contained in:
@@ -132,6 +132,14 @@ 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