mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +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
|
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
|
return false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue