You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #424 on October 29, 2023 21:05.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am using
filament/spatie-laravel-translatable-plugin (v.3.0.87)
spatie/laravel-translatable (v.6.5.3)
on php 8.2.11 with mariadb 10.3.39
i am getting this error in the search (multilanguage) of the filament panel.
to make it work i had to modify vendor/filament/spatie-laravel-translatable-plugin/src/SpatieLaravelTranslatableContentDriver.php
like this:
//default => "json_extract({$column}, "$.{$this->activeLocale}")"
default => "{$column}->{$this->activeLocale}"
anyone has encountered this problem?
Beta Was this translation helpful? Give feedback.
All reactions