docs(example): add '# Multiple filters indicate 'or' logic.' (#488)

Co-authored-by: mzz <2017@duck.com>
This commit is contained in:
Akio 2024-04-02 18:31:19 +08:00 committed by GitHub
parent 713d991f2b
commit abcf1ed6f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.