- 🇷🇺Russia zniki.ru
As an idea, inspired by https://stackoverflow.com/questions/27187285/sorting-russian-english-list
You can transliterate values using https://www.drupal.org/project/transliteration → and then sort them.
Hi.
GIVEN
A taxonomy vocabulary with terms that has (many start with) a non-Latin character.
Drupal core taxonomy module correctly sort the terms ignoring the diacritics.
Facet API does not correctly sort the terms, as it list the ones that start with a non-Latin character in the end.
IN FACET BLOCK - INCORRECT
IN DRUPAL CORE (admin/structure/taxonomy/VOCABULARY_NAME) - CORRECT
HELP
I was trying to delve into the code but could not find where the actual sorting happens.
Any help here?
Thanks,
Amir
Fixed
1.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
As an idea, inspired by https://stackoverflow.com/questions/27187285/sorting-russian-english-list
You can transliterate values using
https://www.drupal.org/project/transliteration →
and then sort them.