mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
Now you can set search options so that searching for contacts or forums isn't occult science anymore.
This commit is contained in:
parent
109620ae99
commit
3ff196f00d
6 changed files with 46 additions and 8 deletions
|
@ -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"))
|
||||
));
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue