Global Search
Can I override global search for example I want it to search by attributes like search by name phone email etc...
5 Replies
It's all documented here :
https://filamentphp.com/docs/2.x/admin/resources/global-search#title
Filament
Global search - Resources - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
yeah Can we show the attributes in search bar ... like we do with using placeholder... so the user can see which attribute they need to use @pboivin
Ah ok, so you just want to modify the placeholder text to give your users more information?
Instead of "Search"?
I think the easiest way is to update the translation :
filament::global-search.field.placeholder
Filament
Installation - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Thank-you π @pboivin