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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user