mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🐛 打开自定义属性搜索选项后出现多余搜索结果 Fix https://github.com/siyuan-note/siyuan/issues/7367
This commit is contained in:
parent
b407ff9003
commit
b1a78149f2
2 changed files with 16 additions and 3 deletions
|
|
@ -108,9 +108,6 @@ func (s *Search) NAMFilter(keyword string) string {
|
|||
if s.Memo {
|
||||
buf.WriteString(" OR memo LIKE '%" + keyword + "%'")
|
||||
}
|
||||
if s.Custom {
|
||||
buf.WriteString(" OR ial LIKE '%=%" + keyword + "%'")
|
||||
}
|
||||
return buf.String()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue