[input_key1, input_key2]]. * * @var array */ public $relations = []; public function title($v) { $this->whereLike('title', $v); } public function categoryId($v) { $this->where('category_id', $v); } public function categoryPath($v) { $this->where('category_path', 'like', '%-'.$v.'-%'); } }