mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15586
This commit is contained in:
parent
d4cc17c1c0
commit
a7ab91d509
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ func (value *Value) filter(other *Value, relativeDate, relativeDate2 *RelativeDa
|
|||
}
|
||||
case KeyTypeEmail:
|
||||
if nil != value.Email && nil != other && nil != other.Email {
|
||||
return filterTextContent(operator, value.Email.Content, other.URL.Content)
|
||||
return filterTextContent(operator, value.Email.Content, other.Email.Content)
|
||||
}
|
||||
case KeyTypePhone:
|
||||
if nil != value.Phone && nil != other && nil != other.Phone {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue