diff --git a/out/out.Search.php b/out/out.Search.php index c28388f2e..51618c6bd 100644 --- a/out/out.Search.php +++ b/out/out.Search.php @@ -72,7 +72,7 @@ if($fullsearch) { // Search in Fulltext {{{ if (isset($_GET["query"]) && is_string($_GET["query"])) { $query = $_GET["query"]; - if($_GET['action'] == 'typeahead') + if(isset($_GET['action']) && ($_GET['action'] == 'typeahead')) $query .= '*'; } else {