roykoand commented on issue #73205:
URL: https://github.com/apache/airflow/issues/73205#issuecomment-5684421748

   Since Airflow 3.2.2 the UI switched from substring-based matches (`ILIKE 
'%term%' `) to prefix-based matches (`LIKE 'term%'`).
   This seems to be an expected behaviour after 
https://github.com/apache/airflow/pull/64963


-- 
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