ravi77o opened a new issue, #34761: URL: https://github.com/apache/airflow/issues/34761
### Apache Airflow version 2.7.1 ### What happened When I use search macros other than "Starts With" when browsing Tasks and DAGs, Airflow disregards them search. I noticed that the URL parameters contain `undefined`. For example, `_flt_undefined_dag_id`. ### What you think should happen instead Airflow UI should filter the tasks/DAGs based off the search macros and also retain the search criteria on the results page. ### How to reproduce **DAG Runs** 1. Click browse 2. Click DAG Runs 3. Click Search 4. Click Add Filter 5. Click State (for example) 6. Change the "Starts with" to "Contains" 7. In the third box, type in `whatever` 8. Click search **Task Instances** 1. Click browse 2. Click Task Instances 3. Click Search 4. Click Add Filter 5. Click State (for example) 6. Change the "Starts with" to "Contains" 7. In the third box, type in `whatever` 8. Click search ### Operating System Debian GNU/Linux 11 (bullseye) ### Versions of Apache Airflow Providers _No response_ ### Deployment Other 3rd-party Helm chart ### Deployment details _No response_ ### Anything else This happens all the time. ### Are you willing to submit 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]
