From 8ef8c33ba3a82836f3149983d5e52a03a9fea8a8 Mon Sep 17 00:00:00 2001 From: Adam Winberg Date: Thu, 21 Apr 2016 13:03:26 +0200 Subject: [PATCH] forgot setting typeahead_limit option for dash --- html/ajax_dash.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/ajax_dash.php b/html/ajax_dash.php index 0ffc58067..6b268f889 100644 --- a/html/ajax_dash.php +++ b/html/ajax_dash.php @@ -35,6 +35,7 @@ if ($type == 'placeholder') { elseif (is_file('includes/common/'.$type.'.inc.php')) { $results_limit = 10; + $typeahead_limit = $config['webui']['global_search_result_limit']; $no_form = true; $title = ucfirst($type); $unique_id = str_replace(array("-","."),"_",uniqid($type,true));