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