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.
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
code-gov-api
.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.