$where['role'] = array('eq', 1); $where['role'] = array('eq',2); $where['_logic'] = 'or'; $map['_complex'] = $where; $map['home'] = array('eq',4); ->where($map)->select()