From f6be3736fdf2d692a9063a5d8272507e754344a1 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 6 Apr 2021 10:34:11 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03887=20-=20Add=20config.=20param.=20"max?= =?UTF-8?q?=5Fautocomplete=5Fresults"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index b8831c113..10657edbc 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -301,6 +301,14 @@ class Config 'source_of_value' => '', 'show_in_conf_sample' => false, ], + 'max_autocomplete_results' => [ + 'type' => 'integer', + 'description' => 'The maximum number of result elements to display, no matter the total number of results', + 'default' => 150, + 'value' => 150, + 'source_of_value' => '', + 'show_in_conf_sample' => false, + ], 'allow_menu_on_linkset' => [ 'type' => 'bool', 'description' => 'Display Action menus in view mode on any LinkedSet with edit_mode != none',