Noted that term selection list could not be sorted alphabetically.
Of course order could be adjusted by weight to match abc order, but for multilingual site this is not a solution.
(used i18n taxonomy translation)
I thing first alphabetical sorting should be done by SHS itself and sorting of translated term will come automatically.

Comments

A.Kotov’s picture

Title: Alphabetical sorting of terms and translated » Alphabetical sorting of terms and translated terms
stBorchert’s picture

Status: Active » Closed (works as designed)

SHS is not responsible for the order of your terms and will no do any automatic sorting. You could reset the order of your terms to alphabetical on the term overview page (probably needs a cache-clear afterwards to take effect in shs-enabled fields).

RAWDESK’s picture

Here's a custom solution for that provided by drupal_alter() function inside shs.module :
https://www.drupal.org/node/1950654#comment-12140351