LIKE
This commit is contained in:
@@ -91,7 +91,7 @@ export class OperadorService {
|
||||
.skip((parseInt(filtros.pagina) - 1) * 25);
|
||||
|
||||
if (filtros.operador)
|
||||
query.andWhere('operador like :operador', {
|
||||
query.andWhere('operador LIKE :operador', {
|
||||
operador: `${filtros.operador}%`,
|
||||
});
|
||||
if (institucion)
|
||||
|
||||
Reference in New Issue
Block a user