mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Show package popularity in search results
Display the popularity score (weighted votes) in the package search results. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
824744f1d2
commit
15ee85b456
3 changed files with 8 additions and 2 deletions
|
@ -21,6 +21,7 @@ $sortby = array(
|
|||
'n' => __('Name'),
|
||||
'c' => __('Category'),
|
||||
'v' => __('Votes'),
|
||||
'p' => __('Popularity'),
|
||||
'w' => __('Voted'),
|
||||
'o' => __('Notify'),
|
||||
'm' => __('Maintainer'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue