* Fix: values already escaped for db in 'isInDb'
# Fix: values already escaped for db in 'isInDb'
The values of $value_arr were escaped before the call to 'isInDb' resulting
in a potential double escape'
* Fix: escape values only once in sqlFilterSearchField
# Fix: escape values only once in sqlFilterSearchField
The values of $value were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'
* Fix: escape values only once in sqlFilterSearchField
# Fix: escape values only once in sqlFilterSearchField
The values of $value were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'
* Fix: escape values only once in getOptions
# Fix: escape values only once in getOptions
The values of $selectedValues were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'
* Fix: escape values only once in sqlFilterSearchField
# Fix: escape values only once in sqlFilterSearchField
The values of $value were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'
* Fix: escape values only once in sqlFilterSearchField
# Fix: escape values only once in sqlFilterSearchField
The values of $value were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'
* Fix: escape values only once in sqlFilterSearchField
# Fix: escape values only once in sqlFilterSearchField
The values of $value were escaped before appending them to the sql expression where they were also escaped, resulting in a potential double escape'
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>