summaryrefslogtreecommitdiffstats
path: root/web/template
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2017-01-26 09:02:46 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2017-01-28 11:23:40 +0100
commit6cb8c041bc2264d02f7c86545170f45cc92d6caf (patch)
tree8d9e50836984b48f91e136ef58ec0e52b87377b9 /web/template
parent33095b3292bdb2fa5561bf257c86004eeddcfae9 (diff)
downloadaur-6cb8c041bc2264d02f7c86545170f45cc92d6caf.tar.gz
aur-6cb8c041bc2264d02f7c86545170f45cc92d6caf.tar.xz
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>
Diffstat (limited to 'web/template')
-rw-r--r--web/template/pkg_search_form.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php
index 795a796e..688cfcce 100644
--- a/web/template/pkg_search_form.php
+++ b/web/template/pkg_search_form.php
@@ -9,6 +9,7 @@ $searchby = array(
'B' => __('Exact Package Base'),
'k' => __('Keywords'),
'm' => __('Maintainer'),
+ 'c' => __('Co-maintainer'),
's' => __('Submitter')
);