Disable global search from topbar
Hi, all i new with Filament, and seriously enjoy it, at this moment I want disable / remove global search from panel. Please let me know how.
Thks for answers.
6 Replies
What do you call "global search"? No search is enabled by default if you don't enable it manually
https://filamentphp.com/docs/3.x/panels/resources/global-search#disabling-global-search - You can disable it globally per panel like so
As soon as you give a resource a title attribute it immediately becomes globally searchable
mmm, didn't think about THAT global search, good point
I want remove global search input from top ... i find this too https://filamentphp.com/docs/3.x/panels/resources/global-search#disabling-global-search but dont find then panel(Panel $panel): Panel in teh project folders
It'll be in your panel provider: app/Providers/Filament/AdminPanelProvider for example
yes i got it, rly thanks
i m rly intersted form filament, before i create only SSR laravel project,