From 329265c0309c5fcc92d22bc87442115631809845 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 11 Sep 2025 10:24:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20broken=20search?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bl-modules/search-core/plugin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bl-modules/search-core/plugin.php b/bl-modules/search-core/plugin.php index 7a4febd2..2b722b1e 100644 --- a/bl-modules/search-core/plugin.php +++ b/bl-modules/search-core/plugin.php @@ -9,7 +9,8 @@ class pluginSearchCore extends Plugin public function init() { $this->dbFields = array( - 'wordsToCachePerPage' => 800 + 'wordsToCachePerPage' => 800, + 'minChars'=>3 ); }