understructure opened a new issue, #38147:
URL: https://github.com/apache/airflow/issues/38147

   ### Description
   
   In the DAGs View, we can enter tags in the "Filter DAGs by tag" box by 
entering one or more tags.  However, this results in an OR-type behavior, where 
the results show every DAG with any of the entered tags.
   
   That is, the list of DAGs returned would be a list only of those DAGs 
containing ALL of the user-entered tags, rather than a list of DAGs containing 
ANY of the user-entered tags.
   
   ### Use case/motivation
   
   This feature could be as simple as adding a checkbox next to the "Filter 
DAGs by tag" box (marked "use AND" or similar).  When this box is ticked, the 
filtered DAGs would return a list only of those DAGs containing ALL of the 
user-entered tags, rather than a list of DAGs containing ANY of the 
user-entered tags.
   
   This will be a great help to filter DAGs when tagging is used extensively 
and there are hundreds of DAGs on an instance.
   
   ### Related issues
   
   None I'm aware of.
   
   ### Are you willing to submit a PR?
   
   - [X] 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]

Reply via email to