conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 21 forks source link

Better sorting for package search results #228

Closed jonzeper closed 1 year ago

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

anirrudh commented 1 year ago

I just tested this, and it looks great. match-sorter also seems to be a safe library, LGTM!