UI: ConfManager: Add FTS for "rule" table

This commit is contained in:
Nodir Temirkhodjaev 2024-02-07 15:40:11 +03:00
parent d91ebb6b96
commit e20a28fa61

View File

@ -496,7 +496,12 @@ bool ConfManager::setupDb()
{
.contentTable = "app",
.contentRowid = "app_id",
.columns = { "path", "name" }
.columns = { "path", "name", "notes" }
},
{
.contentTable = "rule",
.contentRowid = "rule_id",
.columns = { "name", "notes" }
},
},
};