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:
Lukas Fleischer 2015-06-11 18:48:36 +02:00
parent 824744f1d2
commit 15ee85b456
3 changed files with 8 additions and 2 deletions

View file

@ -21,6 +21,7 @@ $sortby = array(
'n' => __('Name'),
'c' => __('Category'),
'v' => __('Votes'),
'p' => __('Popularity'),
'w' => __('Voted'),
'o' => __('Notify'),
'm' => __('Maintainer'),