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 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