Autocomplete Chinese pinyin support.
Added by Eve Maple over 10 years ago
I know current autocomplete in JQ is a regex support and I knew that we can just type their emails for sure.
But May I ask how can I add the pinyin support in autocomplete?
Replies (2)
RE: Autocomplete Chinese pinyin support. - Added by Martin Denizet (redmine.org team member) over 10 years ago
Hello Eve,
I don't see how it is possible unless making a plugin to wraps the relevant controllers and maybe also adding a pinyin column in the DB for the relevant fields.
It seems fairly complex.
Cheers,
RE: Autocomplete Chinese pinyin support. - Added by Eve Maple over 10 years ago
Martin Denizet wrote:
Hello Eve,
I don't see how it is possible unless making a plugin to wraps the relevant controllers and maybe also adding a pinyin column in the DB for the relevant fields.
It seems fairly complex.
Cheers,
Thanks, I was expecting a jQ solution. But there's little in the search engine.