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));