do not add '*' to typeahead query anymore

This commit is contained in:
Uwe Steinmann 2023-04-20 13:28:57 +02:00
parent 69cff4e9b4
commit ec55cc3f28

View File

@ -73,8 +73,8 @@ if($fullsearch) {
// Search in Fulltext {{{ // Search in Fulltext {{{
if (isset($_GET["query"]) && is_string($_GET["query"])) { if (isset($_GET["query"]) && is_string($_GET["query"])) {
$query = $_GET["query"]; $query = $_GET["query"];
if(isset($_GET['action']) && ($_GET['action'] == 'typeahead')) // if(isset($_GET['action']) && ($_GET['action'] == 'typeahead'))
$query .= '*'; // $query .= '*';
} }
else { else {
$query = ""; $query = "";