summaryrefslogtreecommitdiffstats
path: root/web/template/pkg_search_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/pkg_search_form.php')
-rw-r--r--web/template/pkg_search_form.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php
index 588b4d4..ececf06 100644
--- a/web/template/pkg_search_form.php
+++ b/web/template/pkg_search_form.php
@@ -4,7 +4,9 @@ include_once('pkgfuncs.inc.php');
$searchby = array(
'nd' => __('Name, Description'),
'n' => __('Name Only'),
- 'x' => __('Exact name'),
+ 'b' => __('Package Base'),
+ 'N' => __('Exact Name'),
+ 'B' => __('Exact Package Base'),
'm' => __('Maintainer'),
's' => __('Submitter')
);