Plugins
Global Search Modal
Advanced Global Search Experience
Panel Builder
Dark theme support
Yes
Multi language support
Yes
Compatible with the latest version
Supported versions: 3.x - 4.x
Documentation

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.

Total Downloads Latest Version

#Screenshots

#active search example

#Light Mode

image

#Dark Mode

image

#empty query string

#Light Mode

image

#Dark Mode

image

#when filament's gray sets to slate for example :

image

#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

charrafi mohamed

I'm a mathematician and full-stack developer with a passion for programming, specializing in the TALL stack, Inertia.js, and React.js/Vue.js.

1
Plugins
485
Stars
Featured Plugins