Allow for API user to change the amount of mods responded with in search (#61)

* Add more info to search route:

* Run formatter

* Allow for API user to change the amount of mods responded with in search

* Refactor SearchResults

* Fix searchresults usage
This commit is contained in:
Geometrically
2020-09-07 11:44:21 -07:00
committed by GitHub
parent b99f45874f
commit e8bbc117e1
2 changed files with 8 additions and 9 deletions

View File

@@ -130,4 +130,5 @@ pub struct SearchRequest {
pub version: Option<String>,
pub offset: Option<String>,
pub index: Option<String>,
pub limit: Option<usize>,
}