mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 07:48:49 +01:00
🎨 Default to case-insensitive for searching
This commit is contained in:
parent
870acc4a22
commit
eb69659faa
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ func NewSearch() *Search {
|
|||
EmbedBlock: false,
|
||||
|
||||
Limit: 64,
|
||||
CaseSensitive: true,
|
||||
CaseSensitive: false,
|
||||
|
||||
Name: true,
|
||||
Alias: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue