I am trying to figure out how to make a Mysql Select with an OR in where Clause. By default all clauses in where statement are ANDed and after some hours of try and fail and
or you cloud use:
$select->where ->like('content','%'.$searchstring.'%') ->or ->like('title','%'.$searchstring.'%');