Filament v4 .
Follow these steps to install the Global Search Modal Plugin in your Filament app:
composer require charrafimed/global-search-modal
use CharrafiMed\GlobalSearchModal\GlobalSearchModalPlugin; public function panel(Panel $panel): Panel { return $panel ... ->plugins([ GlobalSearchModalPlugin::make() ]) }
that's it, if you have global search enabled in your panel, so you have a fully featured experience
No Results Found
Please enter a search term to get started.