diff --git a/app/Nova/MeetupEvent.php b/app/Nova/MeetupEvent.php index c2114c3e..f0bb3602 100644 --- a/app/Nova/MeetupEvent.php +++ b/app/Nova/MeetupEvent.php @@ -32,6 +32,7 @@ class MeetupEvent extends Resource */ public static $search = [ 'id', + 'meetup.name', ]; public static function label()