Pad71 opened a new issue, #39363: URL: https://github.com/apache/airflow/issues/39363
### Description **As-Is:** If I use multiple tags when filtering in the "Filter DAGs by tag" field, the OR condition is used. That is, dags that have at least one tag listed in the filter will be displayed. **To-Be:** Allow the choice between using the OR (default) or AND operator when filtering by multiple tags. If the AND operator is used, DAGs that have all the tags mentioned in the filter would be displayed. For simplicity, the first version would not allow to use combinations of OR and AND, but always just work in either OR (default) or AND mode. ### Use case/motivation Improve dag filtering options for users, which is especially needed when there are a large number of dags ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
