Hi,
I have a text field and created an autocomplete with a country list.
That works generally, but only with the names in the column of the mysql data base.
The search shall be with the translated names of the override file.
For example I have:
'cn_germany' in mysql, and 'Deutschland' in override with 'cn_germany'=>'Deutschland',
I want to have a search with 'deu' and 'Deutschland' should be shown. At the moment I can type in 'cn_g' and 'Deutschland' is shown.
How can I get this function?
Thanks, best regards
Eric