🐛 Fix broken search

This commit is contained in:
Kazhnuz 2025-09-11 10:24:55 +02:00
parent a72cde8293
commit 329265c030

View file

@ -9,7 +9,8 @@ class pluginSearchCore extends Plugin
public function init()
{
$this->dbFields = array(
'wordsToCachePerPage' => 800
'wordsToCachePerPage' => 800,
'minChars'=>3
);
}