mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
7975ccf8b5
commit
73869d7f69
1 changed files with 4 additions and 0 deletions
|
|
@ -541,6 +541,10 @@ func (value *Value) filter(other *Value, relativeDate, relativeDate2 *RelativeDa
|
|||
return !value.Checkbox.Checked
|
||||
}
|
||||
}
|
||||
case KeyTypeRelation:
|
||||
if nil != value.Relation && nil != other && nil != other.Relation {
|
||||
return filterTextContent(operator, value.Relation.Contents[0].Block.Content, other.Relation.Contents[0].Block.Content)
|
||||
}
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue