mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve default search type filtering https://github.com/siyuan-note/siyuan/issues/11003
This commit is contained in:
parent
3a852fd1ab
commit
9be6c4caa3
1 changed files with 8 additions and 8 deletions
|
|
@ -69,21 +69,21 @@ func NewSearch() *Search {
|
||||||
return &Search{
|
return &Search{
|
||||||
Document: true,
|
Document: true,
|
||||||
Heading: true,
|
Heading: true,
|
||||||
List: true,
|
List: false,
|
||||||
ListItem: true,
|
ListItem: false,
|
||||||
CodeBlock: true,
|
CodeBlock: true,
|
||||||
MathBlock: true,
|
MathBlock: true,
|
||||||
Table: true,
|
Table: true,
|
||||||
Blockquote: true,
|
Blockquote: false,
|
||||||
SuperBlock: true,
|
SuperBlock: false,
|
||||||
Paragraph: true,
|
Paragraph: true,
|
||||||
HTMLBlock: true,
|
HTMLBlock: true,
|
||||||
EmbedBlock: false,
|
EmbedBlock: false,
|
||||||
DatabaseBlock: true,
|
DatabaseBlock: true,
|
||||||
AudioBlock: true,
|
AudioBlock: false,
|
||||||
VideoBlock: true,
|
VideoBlock: false,
|
||||||
IFrameBlock: true,
|
IFrameBlock: false,
|
||||||
WidgetBlock: true,
|
WidgetBlock: false,
|
||||||
|
|
||||||
Limit: 64,
|
Limit: 64,
|
||||||
CaseSensitive: false,
|
CaseSensitive: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue