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

chegor’s picture

The same bug. Maybe somebody has an idea how to fix it?

chegor’s picture

Issue summary: View changes

edit

idflood’s picture

Issue summary: View changes

Just 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_autocomplete doesn't seem to take into account localised vocabulary (search on taxonomy_term_data.name but it isn't localised).

sano’s picture

yeah, unfortunately I too can confirm that the autocomplete widget does not work for i18n taxonomy fields.