Now you can set search options so that searching for contacts or forums isn't occult science anymore.

This commit is contained in:
Michael Vogel 2015-08-24 11:55:29 +02:00
parent 109620ae99
commit 3ff196f00d
6 changed files with 46 additions and 8 deletions

View file

@ -995,6 +995,11 @@ function search($s,$id='search-box',$url='/search',$save = false) {
'$search_label' => t('Search'),
'$save_label' => t('Save'),
'$savedsearch' => feature_enabled(local_user(),'savedsearch'),
'$searchoption' => array(
t("Full Text"),
t("Tags"),
t("Contacts"),
t("Forums"))
));
}}