🐛 Fix broken search
This commit is contained in:
parent
a72cde8293
commit
329265c030
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ class pluginSearchCore extends Plugin
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->dbFields = array(
|
$this->dbFields = array(
|
||||||
'wordsToCachePerPage' => 800
|
'wordsToCachePerPage' => 800,
|
||||||
|
'minChars'=>3
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue