© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
37 replies
Watoka

Spatie tags filter

I am using Spatie tags in a resource, but if I am making a filter, it lists the available tags as {"en":"MyTag"}.

Here's the code:
SelectFilter::make('tags')
                    ->label('Tags')
                    ->multiple()
                    ->preload()
                    ->forceSearchCaseInsensitive()
                    ->relationship('tags', 'name'),
SelectFilter::make('tags')
                    ->label('Tags')
                    ->multiple()
                    ->preload()
                    ->forceSearchCaseInsensitive()
                    ->relationship('tags', 'name'),


This was working fine in Filament v2.

Probably there is a simple solution for this, but I could not figure it out.
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

Spatie Tags plugin
FilamentFFilament / ❓┊help
2y ago
Editing Spatie Tags
FilamentFFilament / ❓┊help
3y ago
spatie tags problem
FilamentFFilament / ❓┊help
3y ago
Filament Spatie Translatable & Filament Spatie Tags
FilamentFFilament / ❓┊help
16mo ago