From 3fe0d88f9811865fc5a4efd759896742e0a49d3b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 12 Jan 2018 23:58:55 +0100 Subject: [PATCH] Editor: Fix Search data in tables --- adminer/include/functions.inc.php | 1 - changes.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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