N°2847 - Global search: Add config. parameter for max. history results ('global_search.max_history_results')

This commit is contained in:
Molkobain
2020-10-09 09:46:42 +02:00
parent 2ae50dfb06
commit 5bc01d3950
3 changed files with 39 additions and 5 deletions

View File

@@ -1160,6 +1160,14 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'global_search.max_history_results' => array(
'type' => 'integer',
'description' => 'Max. number of elements in the history.',
'default' => 10,
'value' => 10,
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'breadcrumb.enabled' => array(
'type' => 'bool',
'description' => 'Whether or not the breadcrumbs is enabled',