Closed jonzeper closed 1 year ago
The API returns results in alphabetical order. Using match-sorter, if a user searches for 'pandas', we'll give 'pandas' as the first result instead of 'airflow-with-pandas'
Fixes #217
I just tested this, and it looks great. match-sorter also seems to be a safe library, LGTM!
The API returns results in alphabetical order. Using match-sorter, if a user searches for 'pandas', we'll give 'pandas' as the first result instead of 'airflow-with-pandas'
Fixes #217