mirror of
https://github.com/vrana/adminer.git
synced 2025-09-03 11:22:35 +02:00
Enable regular expressions when searching data in all tables
Allows use of the database-specific regex operator and pattern syntax when searching multiple tables.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
class Adminer {
|
||||
var $operators = array("<=", ">=");
|
||||
var $operator_regexp = null;
|
||||
var $_values = array();
|
||||
|
||||
function name() {
|
||||
|
Reference in New Issue
Block a user