1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Allow specifying operator in search anywhere

This commit is contained in:
Jakub Vrana
2025-05-05 09:56:59 +02:00
parent 1862b84612
commit 307fabaf22
4 changed files with 4 additions and 11 deletions

View File

@@ -287,10 +287,6 @@ if (isset($_GET["elastic"])) {
return !!$this->conn->affected_rows;
}
function convertOperator($operator): string {
return $operator == "LIKE %%" ? "should" : $operator;
}
}
function support($feature) {