🐛 Results not highlighted when searching using query syntax https://github.com/siyuan-note/siyuan/issues/13532
This commit is contained in:
parent
fd98963038
commit
86adbed3f0
1 changed files with 0 additions and 1 deletions
|
@ -1517,7 +1517,6 @@ func fullTextSearchByLikeWithRoot(query, boxFilter, pathFilter, typeFilter, igno
|
|||
}
|
||||
|
||||
func highlightByFTS(query, typeFilter, id string) (ret []string) {
|
||||
query = stringQuery(query)
|
||||
const limit = 256
|
||||
table := "blocks_fts"
|
||||
if !Conf.Search.CaseSensitive {
|
||||
|
|
Loading…
Add table
Reference in a new issue