forked from leftypol/leftypol
config.php: increase the default search max weight
This commit is contained in:
parent
28ce41dedc
commit
cef13f0b31
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue