diff --git a/config.php.in b/config.php.in index f1ed316c..8cae31b6 100644 --- a/config.php.in +++ b/config.php.in @@ -168,6 +168,10 @@ $config['ENABLE_REMOTE_IMAGES'] = '0'; $config['ENABLE_ON_THE_FLY_VERIFICATION'] = 0; $config['ENABLE_LDAP_IMPORT_FEATURE'] = 0; $config['ENABLE_FOLDER_RESTRICTIONS'] = 0; + +// When enabled the search page auto loads the search results +// ie. as if the user had clicked on the Search button +$config['ENABLE_INSTANT_SEARCH'] = 0; $config['SEARCH_RESULT_CHECKBOX_CHECKED'] = 0; $config['HELPER_URL'] = ''; $config['LOG_LEVEL'] = NORMAL; diff --git a/webui/view/theme/default/templates/common/layout-search.tpl b/webui/view/theme/default/templates/common/layout-search.tpl index 647c5a12..25e68b03 100644 --- a/webui/view/theme/default/templates/common/layout-search.tpl +++ b/webui/view/theme/default/templates/common/layout-search.tpl @@ -33,7 +33,7 @@ -
+