La respuesta anterior es correcta. Me gustaría agregar lo siguiente...
En Codeigniter compatible con lo siguiente en general...
$this->db->like();
$this->db->or_like();
$this->db->not_like();
$this->db->or_not_like();
Espero que esto ayude a alguien.