]> git.joonet.de Git - adminer.git/commitdiff
Editor: Fix Search data in tables
authorJakub Vrana <jakub@vrana.cz>
Fri, 12 Jan 2018 22:58:55 +0000 (23:58 +0100)
committerJakub Vrana <jakub@vrana.cz>
Fri, 12 Jan 2018 22:59:04 +0000 (23:59 +0100)
adminer/include/functions.inc.php
changes.txt

index 1b7dec5c99abbed177a3d94b807459e2f4862a65..d83d84d712552a9bbb099587eeeb478e21babea8 100644 (file)
@@ -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) {
index d4da508a1232f2d57a593ea059704d64cfaade17..093ca3299050427dfca01fa81b98090b81e0aabe 100644 (file)
@@ -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