Global Search Modal plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Global Search Modal

Community

Advanced Global Search Experience

Tags: Panels
Supported versions:
5.x 4.x 3.x
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the filament/ namespace. Review the source and install at your own risk. Found malware or an unresolved security issue the author won't address? Report it .
charrafi mohamed avatar Author: charrafi mohamed

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

documentations markdown: https://github.com/CharrafiMed/gsm-docs

#Requirement

Filament v4 or v5.

#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

The author

charrafi mohamed avatar Author: charrafi mohamed

Mathematician and architect of developer systems. Building SheafUI and tools that reshape the Laravel ecosystem.

Plugins
1
Stars
492