summaryrefslogtreecommitdiffstats
path: root/web/template
diff options
context:
space:
mode:
authorMarcel Korpel <marcel.korpel@gmail.com>2015-09-22 22:02:37 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-09-23 21:45:47 +0200
commit4516f07d9c135f32dc1341d289606cd0c4801d82 (patch)
treedabb0cde20033bbb31bfb75df85c1e6e5cef77e9 /web/template
parentd5d08b8f926e8882864afbfd7446440acc1005d0 (diff)
downloadaur-4516f07d9c135f32dc1341d289606cd0c4801d82.tar.gz
aur-4516f07d9c135f32dc1341d289606cd0c4801d82.tar.xz
Add search for keywords only
Implements FS#45619. Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> 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 1cc5fb26..795a796e 100644
--- a/web/template/pkg_search_form.php
+++ b/web/template/pkg_search_form.php
@@ -7,6 +7,7 @@ $searchby = array(
'b' => __('Package Base'),
'N' => __('Exact Name'),
'B' => __('Exact Package Base'),
+ 'k' => __('Keywords'),
'm' => __('Maintainer'),
's' => __('Submitter')
);