Implement co-maintainer search

Add an option to filter package search results by co-maintainer.

Partly fixes FS#45591.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2017-01-26 09:02:46 +01:00
parent 33095b3292
commit 6cb8c041bc
2 changed files with 9 additions and 0 deletions

View file

@ -9,6 +9,7 @@ $searchby = array(
'B' => __('Exact Package Base'),
'k' => __('Keywords'),
'm' => __('Maintainer'),
'c' => __('Co-maintainer'),
's' => __('Submitter')
);