Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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