pruoff opened a new pull request, #37436: URL: https://github.com/apache/airflow/pull/37436
This PR closes: #37106 Previously the DAG search bar could be used to search by DAG id and owner. Changes in /home UI from user's perspective: * DAG search with prefix "task: <task_id>" filters all DAGs by case-insensitive pattern-matching of the provided task_id. * suggestions of task_ids are automatically shown when typing. Since the same task_id can be present in many dags, an italic " in <dag_id>" is shown following the task_id suggestion. * actively limit the DAG search scope by prefixing "dag:" for dag_id search and "owner:" for owner search. * autocompleted suggestions are prefixed by their type e.g. "owner: airflow"  -- 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]
