Closed jbcam closed 2 weeks ago
tag1
filters: { tags: [/^(?!tag1$).*/], }
While this configuration might work using negative regex patterns, it fails when an endpoint has multiple tags.
It would be helpful to introduce a more straightforward way to exclude tags (or combine exclusion and inclusion), such as:
input: { target: 'xxx', filter: { mode: 'include' | 'exclude', // default 'include' tags: ['tag1'], } }
This enhancement would make the filtering feature more intuitive and flexible.
Package Version: 7.1.1
What are the steps to reproduce this issue?
tag1
)tag1
using the existing regex filter #835What happens?
While this configuration might work using negative regex patterns, it fails when an endpoint has multiple tags.
What were you expecting to happen?
It would be helpful to introduce a more straightforward way to exclude tags (or combine exclusion and inclusion), such as:
This enhancement would make the filtering feature more intuitive and flexible.
What versions are you using?
Package Version: 7.1.1