UPDATE
This commit is contained in:
@@ -19,7 +19,7 @@ class ShowLogGeneral extends Component
|
||||
$query = Log_general::query();
|
||||
|
||||
if ($this->buscar) {
|
||||
$query->where('detalle', 'like', '%' . $this->buscar . '%');
|
||||
$query->where('detalle', 'ILIKE', '%' . $this->buscar . '%');
|
||||
}
|
||||
|
||||
if ($this->filtro_fecha) {
|
||||
|
||||
Reference in New Issue
Block a user