twill
twill copied to clipboard
CMS search case sensitivity with translated models and Postgres
Description
When using translated models, the index search field in the CMS is case-sensitive.
Expected result
When using translated models, the index search field in the CMS is case-insensitive.
Hey @joyceverheije are you on postgresql?
Might be related to https://github.com/Astrotomic/laravel-translatable/issues/17
Hey @haringsrob, yes I'm using postgresql, thanks for the link!