mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 03:40:04 -06:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user