|
|
@@ -1188,7 +1188,7 @@ class report {
|
|
|
$textSearch_arr = str_replace(",", ";", $textSearch_arr);
|
|
|
//$more_param = common::getInNotInSqlForSearch(strtolower($textSearch_arr));
|
|
|
//$temp_sql_where .= " and lower(".$key.") in ($more_param)";
|
|
|
- $keywords = array_filter(array_map('trim', explode(';', strtolower($textSearch_arr))));
|
|
|
+ $keywords = array_filter(array_map('trim', explode(';', $textSearch_arr)));
|
|
|
$likeConditions = [];
|
|
|
foreach ($keywords as $kw) {
|
|
|
$kwLower = strtolower($kw);
|