From cef13f0b3135a21f4e2b29e2df88b9a4dc32f106 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 12 Jul 2025 00:07:58 +0200 Subject: [PATCH] config.php: increase the default search max weight --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 2f050c05..9ac73a1f 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1858,7 +1858,7 @@ // Maximum weigth of the search query. // Body search filters are discarded if they make the query heavier than this. - $config['search']['max_weight'] = 80; + $config['search']['max_weight'] = 100; // Maximum length of the user sent search query. // Characters beyond the limit are truncated and ignored.