$query, ]); $this->load($params); if (!$this->validate()) { // uncomment the following line if you do not want to return any records when validation fails // $query->where('0=1'); return $dataProvider; } $query->andFilterWhere([ 'id_city' => $this->id_city, 'latitude' => $this->latitude, 'longitude' => $this->longitude, 'cso_code' => $this->cso_code, 'rig_id' => $this->rig_id, 'range' => $this->range, 'population' => $this->population, 'homes' => $this->homes, ]); $query->andFilterWhere(['like', 'zip', $this->zip]) ->andFilterWhere(['like', 'name', $this->name]) ->andFilterWhere(['like', 'city_code', $this->city_code]); return $dataProvider; } }