From d4778de76e4c33b565a5b093c3c4e512edd31df5 Mon Sep 17 00:00:00 2001 From: colemanw Date: Mon, 21 Aug 2023 19:59:03 -0400 Subject: [PATCH] Bump search_autocomplete_count default from 10 to 15 --- settings/Search.setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/Search.setting.php b/settings/Search.setting.php index 62a97d836297..cb5988fd3595 100644 --- a/settings/Search.setting.php +++ b/settings/Search.setting.php @@ -25,7 +25,7 @@ 'type' => 'Integer', 'quick_form_type' => 'Element', 'html_type' => 'number', - 'default' => 10, + 'default' => 15, 'add' => '4.3', 'title' => ts('Autocomplete Results'), 'is_domain' => 1,