Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Pplan's avatar
Level 1

Filament table search with model with attributes fields

I use a filament table with a model that has some attributes appended. When I try to use the column search in any of those 'attribute fields', I get 'Column not found: 1054 Unknown column 'field_name' in 'where clause'. Can someone guide me to solve the problem or give me an idea how to do it another way?

Thanks in advance

0 likes
2 replies
enoch91's avatar

@pplan you need to use custom search logic that handles these appended attributes.

Pplan's avatar
Level 1

thanks! I´ll try that

Please or to participate in this conversation.