diff --git a/bl-plugins/search/plugin.php b/bl-plugins/search/plugin.php index ef2f2d4c..defd6ce9 100644 --- a/bl-plugins/search/plugin.php +++ b/bl-plugins/search/plugin.php @@ -10,6 +10,7 @@ class pluginSearch extends Plugin { // Fields and default values for the database of this plugin $this->dbFields = array( 'label'=>'Search', + 'minChars'=>3, 'wordsToCachePerPage'=>800, 'showButtonSearch'=>false ); @@ -29,6 +30,11 @@ class pluginSearch extends Plugin { $html .= ''.$L->get('This title is almost always used in the sidebar of the site').''; $html .= ''; + $html .= '
'; + $html .= ''; + $html .= ''; + $html .= '
'; + $html .= '
'; $html .= ''; $html .= '