Skip to content

Commit

Permalink
🎨 Supports searching database blocks by the view title #9348
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Oct 5, 2023
1 parent 0014a5e commit adf432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/config/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const initConfigSearch = (element: HTMLElement, app: App) => {
// 搜索
getLang(["search", "searchLimit", "searchLimit1", "memo", "name", "alias", "keywordsLimit",
"doc", "headings", "list1", "listItem", "code", "math", "table", "quote", "superBlock", "paragraph",
"indexAssetPath"]),
"indexAssetPath", "embedBlock", "database"]),

// 快捷键
getLang(["keymap", "keymapTip2"].concat(Object.keys(Constants.SIYUAN_KEYMAP.general))
Expand Down

0 comments on commit adf432d

Please sign in to comment.