github-actions[bot] opened a new pull request, #70553:
URL: https://github.com/apache/airflow/pull/70553

   The Dag Runs list page lets users narrow runs by Run ID, but the Grid
   view's filter bar offered no equivalent, forcing users to eyeball run
   columns to locate a specific run. Expose the same Run ID search on the
   Grid so both surfaces filter consistently.
   
   The pill exposes the same substring/prefix advanced-search toggle used
   elsewhere; the Grid query hooks route the value through
   ``useAdvancedSearchArg`` so the toggle chooses between the substring
   ``run_id_pattern`` and the index-friendly ``run_id_prefix_pattern``
   variant on each request.
   (cherry picked from commit 51972109907ca274bbfa52aff3e2c71c7b02bcab)
   
   Co-authored-by: Dheeraj Turaga <[email protected]>


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