mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 06:46:09 +01:00
🎨 Database filtering follows search case sensitive settings https://github.com/siyuan-note/siyuan/issues/16585
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
feaa7938ff
commit
e1ebb1f151
4 changed files with 38 additions and 9 deletions
|
|
@ -479,3 +479,5 @@ const (
|
|||
EvtSQLHistoryRebuild = "sql.history.rebuild"
|
||||
EvtSQLAssetContentRebuild = "sql.assetContent.rebuild"
|
||||
)
|
||||
|
||||
var SearchCaseSensitive bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue