forgot setting typeahead_limit option for dash

This commit is contained in:
Adam Winberg
2016-04-21 13:03:26 +02:00
parent 9c58f70b57
commit 8ef8c33ba3

View File

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