Hello,
In my tables, I can’t sort or search translated values when using the spatie-translatable package.
The issue is that these values are stored as JSON.
When I perform a search, it becomes case-sensitive. And when I try to change the sort order of a column, it simply doesn’t work.
Do you know if this behavior is normal and if there is a solution?
Thanks!