When I use normal Content: Category (field_category_article) field with autocomplete option in exposed filters, field is autocompleting.
When I use Content: Category (field_category_article) (translated) field with autocomplete option in exposed filters, field is not autocompleting (neither in english.com(def lang) nor in czech.cz). Only dropdown option is working correctly in translated exposed filters.
Comments
Comment #1
chegor commentedThe same bug. Maybe somebody has an idea how to fix it?
Comment #1.0
chegor commentededit
Comment #2
idflood commentedJust ran into that issue today with the latest dev release.
It looks like the
i18n/taxonomy/autocomplete/vocabulary/%taxonomy_vocabulary_machine_name/%menu page arguments might be wrong and the_i18n_taxonomy_autocompletedoesn't seem to take into account localised vocabulary (search on taxonomy_term_data.name but it isn't localised).Comment #3
sano commentedyeah, unfortunately I too can confirm that the autocomplete widget does not work for i18n taxonomy fields.