This commit is contained in:
lizandrogd
2025-04-04 20:11:51 -05:00
parent ac229cdb74
commit c1e72339c1
8 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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) {