mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-10 09:14:20 +01:00
🎨 搜索默认设置大小写敏感
This commit is contained in:
parent
4229e68434
commit
a467a92d91
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ func NewSearch() *Search {
|
|||
HTMLBlock: true,
|
||||
|
||||
Limit: 64,
|
||||
CaseSensitive: false,
|
||||
CaseSensitive: true,
|
||||
|
||||
Name: true,
|
||||
Alias: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue