pruoff commented on issue #37106:
URL: https://github.com/apache/airflow/issues/37106#issuecomment-1938089507

   So I have implemented extending the search by:
   - "task:" search will load all task_ids for all necessary dags and give 
results by case-insensitive pattern-matching.
   - the autocompletion works for this as well. Since the same task_id can be 
present in many dags, I added an italic ' in <dag_id>' following the task_id 
suggestion.
   ![Screenshot 2024-02-11 at 14 25 
41](https://github.com/apache/airflow/assets/61174725/20d58b91-64d1-40aa-9c88-a93d54abaaf5)
   - additionally I thought it nice to extend current interaction by giving the 
option to actively limit the search scope by writing "dag:" for dag_id search 
and "owner:" for owner search.
   - we could always display autocomplete suggestions as "<type>: <name>" e.g. 
"owner: airflow"
   
   What do you think about these extensions? Did I go too far with the changes 
and keep it to "task:" search only?


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