@@ -100,7 +100,7 @@ function materio_search_api_autocomplete_searchapi($typed = ''){
$term_matches[ trim(implode(' ', $adv_search_q[0]).' '.$last[1].$item->name)] = check_plain($item->name);
$delta++;
- if($delta > 7)
+ if($delta > 15)
break;
}
drupal_json_output($term_matches);