Clean code

This commit is contained in:
Laurent Destailleur
2023-04-27 19:30:34 +02:00
parent 263d315ba4
commit 3065b9ca6a
28 changed files with 251 additions and 346 deletions

View File

@@ -11785,7 +11785,9 @@ function jsonOrUnserialize($stringtodecode)
/**
* forgeSQLFromUniversalSearchCriteria
*
* @param string $filter String with universal search string. Must be (aaa:bbb:...) with aaa is a field name (with alias or not) and bbb is one of this operator '=', '<', '>', '<=', '>=', '!=', 'in', 'notin', 'like', 'notlike', 'is', 'isnot'.
* @param string $filter String with universal search string. Must be (aaa:bbb:...) with
* aaa is a field name (with alias or not) and
* bbb is one of this operator '=', '<', '>', '<=', '>=', '!=', 'in', 'notin', 'like', 'notlike', 'is', 'isnot'.
* @param string $error Error message
* @return string Return forged SQL string
*/