简体   繁体   English

马拉雅拉姆语搜索自动完成

[英]Auto Complete for Malayalam Search

I want to have a search for malayalam words using PHP, MYSQL and JQUERY. 我想使用PHP,MYSQL和JQUERY搜索malayalam单词。 I want auto complete for search box. 我希望自动完成搜索框。 I have tried all auto search things . 我尝试过所有自动搜索的东西。 No use. 没用 Can anyone help me with this ? 谁能帮我这个 ?

Trying to understand as much as possible from your question, seems that you want to implement a search for Malayalam language. 试图尽可能多地从你的问题中理解,似乎你想要实现对马拉雅拉姆语的搜索。

Here's what you can do: 这是你可以做的:

  • Set data type of the column which you want to perform search on, to varchar , character set to utf16_unicode_ci . 将要执行搜索的列的数据类型设置为varchar ,将字符集设置为utf16_unicode_ci

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM