mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 14:56: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
|
|
@ -376,6 +376,8 @@ func SetCaseSensitive(b bool) {
|
|||
} else {
|
||||
db.Exec("PRAGMA case_sensitive_like = OFF;")
|
||||
}
|
||||
|
||||
util.SearchCaseSensitive = b
|
||||
}
|
||||
|
||||
func SetIndexAssetPath(b bool) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue