mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
📝 Database rollup field filtering rules support "Any", "All", and "None" https://github.com/siyuan-note/siyuan/issues/15609
This commit is contained in:
parent
1fb4ed980b
commit
f220e3627f
14 changed files with 40 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ const (
|
|||
type FilterQuantifier string
|
||||
|
||||
const (
|
||||
FilterQuantifierUndefined FilterQuantifier = ""
|
||||
FilterQuantifierUndefined FilterQuantifier = "" // 等同于 Any
|
||||
FilterQuantifierAny FilterQuantifier = "Any"
|
||||
FilterQuantifierAll FilterQuantifier = "All"
|
||||
FilterQuantifierNone FilterQuantifier = "None"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue