diff options
author | Marcel Korpel <marcel.korpel@gmail.com> | 2015-09-22 22:02:37 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-09-23 21:45:47 +0200 |
commit | 4516f07d9c135f32dc1341d289606cd0c4801d82 (patch) | |
tree | dabb0cde20033bbb31bfb75df85c1e6e5cef77e9 /web/template | |
parent | d5d08b8f926e8882864afbfd7446440acc1005d0 (diff) |
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.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index 1cc5fb2..795a796 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') ); |