Example #1
0
 /**
  * @inheritdoc
  */
 public function attributes()
 {
     // add related fields to searchable attributes
     return array_merge(parent::attributes(), ['user.username', 'user.profile.firstname', 'user.profile.lastname']);
 }