You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
Describe the bug
For example, if you search for APOD API you get a ton of results (presumably because 'api' is in the term), however you won't find APOD API, at least not on the first page. If you search for just APOD then you will get APOD API and its the only result.
If a search term is an exact match with a project name, then that project should show up first even over projects with higher data quality scores.
To Reproduce
Execute any search on the Code.gov site for code-gov-api.
Execute API search https://api.code.gov/repos?q=code-gov-api
Expected behavior
Searching for code-gov-api should have the project by that name be the first result.