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.