🎨 虚拟引用不再缓存关键字 Fix https://github.com/siyuan-note/siyuan/issues/6602

This commit is contained in:
Liang Ding 2022-11-16 10:33:06 +08:00
parent ed58765121
commit 30e58a474d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 0 additions and 30 deletions

View file

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