예제 #1
0
 public function actionIndex($query = null)
 {
     return $this->render('index', ['query' => Html::encode($query), 'results' => Index::searchByQuery($query)]);
 }
예제 #2
0
 public function actionIndex($query = null)
 {
     return ['query' => Html::encode($query), 'results' => Index::searchByQuery($query, Yii::$app->composition->getKey('langShortCode'))];
 }
예제 #3
0
 public function actionIndex($query = null)
 {
     return ['query' => Html::encode($query), 'results' => Index::searchByQuery($query)];
 }