Merge branch 'ent-12815-16977-cuadro-de-busqueda-en-filtro-de-vista-de-configuracion-de-modulos-de-agente-no' into 'develop'

Ent 12815 16977 cuadro de busqueda en filtro de vista de configuracion de modulos de agente no

See merge request artica/pandorafms!6891
This commit is contained in:
Matias Didier 2024-01-31 12:34:23 +00:00
commit 5ea053800a
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ $where = sprintf('delete_pending = 0 AND id_agente = %s', $id_agente);
$search_string_entities = io_safe_input($search_string);
$basic_where = sprintf(
"(REPLACE(nombre, ' ', ' ') LIKE '%%%s%%' OR REPLACE(nombre, ' ', ' ') LIKE '%%%s%%' OR REPLACE(descripcion, ' ', ' ') LIKE '%%%s%%' OR REPLACE(descripcion, ' ', ' ') LIKE '%%%s%%') AND",
"(nombre LIKE '%%%s%%' OR nombre LIKE '%%%s%%' OR descripcion LIKE '%%%s%%' OR descripcion LIKE '%%%s%%') AND",
$search_string,
$search_string_entities,
$search_string,