q) { $query->where('name', 'ilike', "%{$request->q}%"); } return $query->limit(100)->get(); } }