How to set global search to search multilingual data

Hi i have a case where i want search multilingual website where in mine db for example column name values are in the form of json like
[
'en' => 'English name',
'gm' => 'German name',
'nl' => 'Dutch name',
]
[
'en' => 'English name',
'gm' => 'German name',
'nl' => 'Dutch name',
]
so how i can know search for german name etc... If i use dot notation in $recordTitleAttribute it will search for relationship and i will get the error is there a way i can do this. Mine problem is now that in mine db some letters are converted to the unicode values, so mine search is not working properly, i need to have something that will stop mine search(db query) and here i will make some logic. So i need to stop db query or to continue to search to see is this other language and convert it to the unicode values
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server