Odpověď na problém typu codeigniter like a or_like jsem našel na fóru ellislab https://ellislab.com/forums /viewthread/185983/ Místo použití
$this->db->like('location', $your_string);
použití:
$this->db->where('location LIKE', '%'.$your_string.'%');
a nebo_kde místo or_like .