diff --git a/library/Icingadb/Web/Controller.php b/library/Icingadb/Web/Controller.php index a5a50fe3..6558b903 100644 --- a/library/Icingadb/Web/Controller.php +++ b/library/Icingadb/Web/Controller.php @@ -135,7 +135,6 @@ class Controller extends CompatController $searchBar = new SearchBar(); $searchBar->setAction($requestUrl->setParams([])->getAbsoluteUrl()); - $searchBar->setSearchColumns($query->getModel()->getSearchColumns()); $searchBar->setSubmitLabel(t('Search')); $searchBar->setIdProtector([$this->getRequest(), 'protectId']); $searchBar->setFilter($this->getFilter());