pruoff commented on PR #37436:
URL: https://github.com/apache/airflow/pull/37436#issuecomment-2041368166

   @jscheffl 
   > I checked and I have no auto-complete and suggestions when I type as 
described in the PR descriptions. Tested with Firefox and Chromium. Did I 
mis-undertstand the PR that suggestions are not there? Or are the suggestions 
browser specific?
   
   A bug was introduced when rebasing, which caused the autocomplete to fail - 
see the FIX commit. The feature works for me now in both Firefox and Chromium.
   
   > Also when not prefixing `dag: ` in the search the text entered always 
filters for the DAG ID. Search for tasks and owner though is working. But `dag: 
` prefix smells un-needed if this is the default. Or shall the default be to 
make a global search?
   
   The default is to search by both dag id and owner. The `dag: ` prefix 
resolves confusion in case a dag id and owner are named the same. 


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to