Open horaciod opened 4 years ago
With this is possible to set the like operator Specially in postgresql is important to allow the case-insensitive search use example:
public function query() { $this->like_operator = 'ilike'; return Facultad::with('institucion'); }
With this is possible to set the like operator Specially in postgresql is important to allow the case-insensitive search use example:
public function query() { $this->like_operator = 'ilike';
return Facultad::with('institucion'); }