config.php: increase the default search max weight

This commit is contained in:
Zankaria 2025-07-12 00:07:58 +02:00
parent 28ce41dedc
commit cef13f0b31

View file

@ -1858,7 +1858,7 @@
// Maximum weigth of the search query. // Maximum weigth of the search query.
// Body search filters are discarded if they make the query heavier than this. // 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. // Maximum length of the user sent search query.
// Characters beyond the limit are truncated and ignored. // Characters beyond the limit are truncated and ignored.