charrafimed / global-search-modal
advanced global search modal
Installs: 122 417
Dependents: 5
Suggesters: 0
Security: 0
Stars: 163
Watchers: 4
Forks: 33
Open Issues: 2
pkg:composer/charrafimed/global-search-modal
Requires
- filament/support: ^4.0
- dev-master
- 4.x-dev
- v4.2.3
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.0
- v4.0.0
- 3.x-dev
- v3.7.1
- v3.7.0
- v3.6.1
- v3.6.0
- v3.5.0
- v3.4.6
- v3.4.5
- v3.4.4
- v3.4.3
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- dev-feat/results-counter
- dev-feat/flat-results
- dev-feat/search-priority
- dev-feat/custom-search
- dev-feat/custom-pages-searchable
- dev-fix/overall-design
This package is auto-updated.
Last update: 2026-01-09 13:39:39 UTC
README
The Global Search Modal is a powerful and customizable global search plugin for Filament inspired by the Algolia search modal, enhancing the default search functionality with features like keeping track of favorites, recent searches for each panel you have in your filament app, and highlighting.
Screenshots
active search example
Light Mode
Dark Mode
empty query string
Light Mode
Dark Mode
when filament's gray sets to slate for example :
Full Docs
refer to it's official documentation website
Requirement
Filament v4 .
Installation
Follow these steps to install the Global Search Modal Plugin in your Filament app:
composer require charrafimed/global-search-modal
Configuring
plugin per panel
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