[input_key1, input_key2]]. * * @var array */ public $relations = []; public function search($key) { $str = '%'.$key.'%'; return $this->where(fn($q) => $q->where('phone', 'like', $str)->orWhere('name', 'like', $str)); } }