F
Filament11mo ago
Sydd

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
Povilas K
Povilas K11mo ago
What do you call "global search"? No search is enabled by default if you don't enable it manually
ConnorHowell
ConnorHowell11mo ago
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
Povilas K
Povilas K11mo ago
mmm, didn't think about THAT global search, good point
Sydd
SyddOP11mo ago
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
ConnorHowell
ConnorHowell11mo ago
It'll be in your panel provider: app/Providers/Filament/AdminPanelProvider for example
Sydd
SyddOP11mo ago
yes i got it, rly thanks i m rly intersted form filament, before i create only SSR laravel project,

Did you find this page helpful?