🎨 改进打开虚拟引用后加载文档的性能 https://github.com/siyuan-note/siyuan/issues/7378

This commit is contained in:
Liang Ding 2023-02-16 12:33:22 +08:00
parent 7d05f4e8c7
commit e89f706864
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
5 changed files with 9 additions and 16 deletions

View file

@ -221,7 +221,6 @@ func setSearch(c *gin.Context) {
if s.CaseSensitive != oldCaseSensitive {
model.FullReindex()
}
sql.ClearVirtualRefKeywords()
ret.Data = s
}