© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•9mo ago•
2 replies
Grogu

Searching encrypted columns

Is it possible to search encrypted columns in filament tables? In my DB, i encrypted a users first_name, preferred_name and last_name, then have a full_name attribute. Here is the code I use to display the users name in the table, but search just doesn't work - I assume because search works on the DB, where the columns are encrypted:

Tables\Columns\TextColumn::make('full_name')
    ->label('Name')
    ->searchable(['first_name', 'last_name', 'preferred_name'])
    ->sortable()
Tables\Columns\TextColumn::make('full_name')
    ->label('Name')
    ->searchable(['first_name', 'last_name', 'preferred_name'])
    ->sortable()
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

Searching for values in hidden columns
FilamentFFilament / ❓┊help
2y ago
How to properly search encrypted columns in table
FilamentFFilament / ❓┊help
3y ago
Searching by case insensitive json columns in global search
FilamentFFilament / ❓┊help
3y ago
Searching Record
FilamentFFilament / ❓┊help
3y ago