Replies: 1 comment
-
I made it work somehow:
|
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.
-
Hi,
An Exception will be thrown if setting search.case_sensitive = false, and having a JSON field as searchable. The field is JSON type due to it being translatable (using the package spatie/laravel-translatable).
Exception:
SQLSTATE[42883]: Undefined function: 7 ERROR: function lower(json) does not exist
I'm using Postgresql
EDIT: The problem exists on other field types as well, Orion tries to do lower() on integer columns as well
Beta Was this translation helpful? Give feedback.
All reactions