From: Jakub Vrana Date: Fri, 12 Jan 2018 22:58:55 +0000 (+0100) Subject: Editor: Fix Search data in tables X-Git-Tag: v4.4.0~28 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=3fe0d88f9811865fc5a4efd759896742e0a49d3b;p=adminer.git Editor: Fix Search data in tables --- diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index 1b7dec5c..d83d84d7 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -1024,7 +1024,6 @@ function fields_from_edit() { */ function search_tables() { global $adminer, $connection; - $_GET["where"][0]["op"] = "LIKE %%"; $_GET["where"][0]["val"] = $_POST["query"]; $found = false; foreach (table_status('', true) as $table => $table_status) { diff --git a/changes.txt b/changes.txt index d4da508a..093ca329 100644 --- a/changes.txt +++ b/changes.txt @@ -7,6 +7,7 @@ PostgreSQL: Sort table names (regression from 4.3.1) Editor: Don't set time zone from PHP, fixes DST Editor: Display field comment's text inside [] only in edit form Editor: Fix doubleclick on database page +Editor: Fix Search data in tables Customization: Always send security headers Hebrew translation