© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•15mo ago•
6 replies
Xavi

Global search title

Is it possible to change Global Search title of results

I need to change "Challanges" by "Hábitos" in image

Thanks!
image.png
Solution
@Xavi define this methods in the ChallengeResource and try searching again:
public static function getModelLabel(): string { return 'hábito'; }
public static function getPluralModelLabel(): string { return 'hábitos'; }
public static function getModelLabel(): string { return 'hábito'; }
public static function getPluralModelLabel(): string { return 'hábitos'; }
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Override Global Search's category title
FilamentFFilament / ❓┊help
3y ago
Global search
FilamentFFilament / ❓┊help
2y ago
Global Search
FilamentFFilament / ❓┊help
3y ago
Cannot use accessor for record title in global search
FilamentFFilament / ❓┊help
3y ago