mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-13 11:03:10 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
de53c5159c
|
|
@ -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 = "";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user