input('keyword'); if ($keyword) { return $this->where('title', 'like','%'.$keyword.'%'); } } }