N°3621 - Add config. parameter to disable "global search" history

This commit is contained in:
Molkobain
2021-01-13 10:53:11 +01:00
parent 9fccb6dd3f
commit 0a4db9bd50
4 changed files with 26 additions and 1 deletions

View File

@@ -1178,6 +1178,14 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
],
'global_search.show_history' => [
'type' => 'bool',
'description' => 'Whether or not to display the elements in the history',
'default' => true,
'value' => true,
'source_of_value' => '',
'show_in_conf_sample' => false,
],
'global_search.max_history_results' => [
'type' => 'integer',
'description' => 'Max. number of elements in the history.',