记录遇到问题的点点滴滴。
PHP:public function search($params) { $query = App::find(); ... if ($this->keyword) { $query->andFilterWhere(['or', ['like','title',$...