mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
33095b3292
commit
6cb8c041bc
2 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,7 @@ $searchby = array(
|
|||
'B' => __('Exact Package Base'),
|
||||
'k' => __('Keywords'),
|
||||
'm' => __('Maintainer'),
|
||||
'c' => __('Co-maintainer'),
|
||||
's' => __('Submitter')
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue