get('q', ''); $results = $this->searchService->search($query); return response()->json($results); } }