mirror of
https://github.com/daeuniverse/dae.git
synced 2025-03-10 04:47:25 +07:00
docs(example): add '# Multiple filters indicate 'or' logic.' (#488)
Co-authored-by: mzz <2017@duck.com>
This commit is contained in:
parent
713d991f2b
commit
abcf1ed6f4
@ -188,6 +188,8 @@ group {
|
||||
|
||||
group2 {
|
||||
# Filter nodes from the global node pool defined by the subscription and node section above.
|
||||
#filter: subtag(my_sub) && !name(keyword: 'ExpireAt:')
|
||||
# Multiple filters indicate 'or' logic.
|
||||
#filter: subtag(regex: '^my_', another_sub) && !name(keyword: 'ExpireAt:')
|
||||
|
||||
# Filter nodes from the global node pool defined by tag.
|
||||
|
Loading…
Reference in New Issue
Block a user