Self solution
search after the change ~ success
Thank you.
includes/html/pages/devices.inc.php 133 line edit
Before
$sql_param += array_fill(count($param), 5, ‘%’ . $vars[‘searchquery’] . ‘%’);
After
$sql_param += array_fill(0, 5, ‘%’ . $vars[‘searchquery’] . ‘%’);