I have created a search page where user can make search for visiting places of the different countries. In the database the address is stored in the English language and the result is shown from '%like%' query. It will give right result whenever someone search the address in the English language but no result found when someone search in the other language. I have tried to make change the search term in the English language and then make query but I has also a limitation. So what will I do to make my search work perfectly. Please help
1
- You will need a translation table / dictionary inside your database to extend the used query or create a two-step search mechanism (i.e. query a translation service prior to searching your database).SaschaM78– SaschaM782016-01-03 16:32:23 +00:00Commented Jan 3, 2016 at 16:32
Add a comment |