mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Make case insensitive search bar in agent manager - #33
This commit is contained in:
parent
f7b4523b1f
commit
a0d16eff76
@ -293,8 +293,8 @@ if ($search != "") {
|
||||
$search_sql .= ")";
|
||||
}else{
|
||||
$search_sql = " AND ( nombre " . $order_collation . "
|
||||
LIKE '%$search%' OR alias " . $order_collation . "
|
||||
LIKE '%$search%') ";
|
||||
LIKE LOWER('%$search%') OR alias " . $order_collation . "
|
||||
LIKE LOWER('%$search%')) ";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user