Fix global search in all tables

This commit is contained in:
Peter Knut
2021-04-05 00:13:07 +02:00
parent 857cbf03f2
commit 49effeff09
3 changed files with 28 additions and 2 deletions

View File

@@ -142,6 +142,14 @@ function add_driver($id, $name) {
return $idf;
}
/** Convert operator so it can be used in search
* @param string $operator
* @return string
*/
function convertOperator($operator) {
return $operator;
}
/** Convert value returned by database to actual value
* @param string
* @param array