mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🐛 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) {
|
func highlightByFTS(query, typeFilter, id string) (ret []string) {
|
||||||
query = stringQuery(query)
|
|
||||||
const limit = 256
|
const limit = 256
|
||||||
table := "blocks_fts"
|
table := "blocks_fts"
|
||||||
if !Conf.Search.CaseSensitive {
|
if !Conf.Search.CaseSensitive {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue