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>
This commit is contained in:
Marcel Korpel 2015-09-22 22:02:37 +02:00 committed by Lukas Fleischer
parent d5d08b8f92
commit 4516f07d9c
2 changed files with 65 additions and 39 deletions

View file

@ -7,6 +7,7 @@ $searchby = array(
'b' => __('Package Base'),
'N' => __('Exact Name'),
'B' => __('Exact Package Base'),
'k' => __('Keywords'),
'm' => __('Maintainer'),
's' => __('Submitter')
);