Commit 350c6ea6 by Jansa Jose

search

parent b2958491
......@@ -1417,7 +1417,7 @@ class Webservice_model extends CI_Model {
$query = $data['query'];
$where = 'tbl_doctors.name LIKE '."'$query%'";
$this->db->where($where);
$this->db->having('distance <= 20');
//$this->db->having('distance <= 20');
}
if(isset($data['speciality']) && strlen($data['speciality'])){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment