Search by lowercase in Table not working with Spatie Translate json column
How can I configure the TableSearchQuery to be case-insensitve in a Filament Resource?
10 Replies
I think that depends on your Database collation and not on Filament. You need a collation like
UTF8_GENERAL_CI
which is Case Insensitivethis is a json column
Is there any difference depending search? I am not sure.
apparently if the column format is json seems like filament treats it as case sensitive in table column search, which function overrides the table search query?
Me same how can you fix it
Apparently changing the field type to varchar(255) in mysql solves it , the package still works, question is the performance issues on querying the json inside a varchar as opposed to a pre structured json column
Any one try the filament tree with laravel filament v3 for some advice?
How is Filament Tree related to this thread?
Iam sorry is this not related here iam not have experience sorry
Is any usage of this integrations with filament
https://spatie.be/docs/laravel-event-sourcing/v7/introduction
Introduction | laravel-event-sourcing
laravel-event-sourcing