You've already forked AstralRinth
forked from didirus/AstralRinth
Add alphabetically sorting (#190)
This commit is contained in:
@@ -163,6 +163,7 @@ pub async fn search_for_mod(
|
||||
"relevance" => "relevance_mods",
|
||||
"downloads" => "downloads_mods",
|
||||
"follows" => "follows_mods",
|
||||
"alphabetically" => "alphabetically_mods",
|
||||
"updated" => "updated_mods",
|
||||
"newest" => "newest_mods",
|
||||
i => return Err(SearchError::InvalidIndex(i.to_string())),
|
||||
|
||||
Reference in New Issue
Block a user