I’m experiencing some odd behavior when sorting a collection list of text elements by “Name: Alphabetically A-Z” as it relates to Capitalization.
This is a client list so it’s important that they’re truly listed alphabetically. (Target should be above TDW, and eSSENTIAL should not be at the end of the list.)
Hi Aya, it’s not technically a bug, it’s effectively sorting based on the character value in unicode / ascii. String sorting is tricky because different locales have different sorting rules.
The way I used to resolve this was to have a separate Sorted name field for sorting that’s all-lowercased. That’s easy and Webflow-friendly but it’s inconvenient to admin.
With localization I wanted a more locale-aware, and so I’ve built this into the SA5 advanced sorting module.