You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Natural Sorting for Product Attributes
Summary:
Implement natural sorting for product attributes in Smartstore to ensure a more intuitive and user-friendly automatic standard sorting order for alphanumeric strings. without having to set up the sort order manually in the attribute details.
muratcakir
changed the title
Feature Request: Natural Sorting for Product Attributes
Feature request: Natural sorting for product attributes
Aug 8, 2024
Some notes. NATURAL_SORT_KEY is not supported by T-SQL. Only to be used in certain cases for materialized data. Should be avoided on database side for performance reasons. Link.
Feature Request: Natural Sorting for Product Attributes
Summary:
Implement natural sorting for product attributes in Smartstore to ensure a more intuitive and user-friendly automatic standard sorting order for alphanumeric strings. without having to set up the sort order manually in the attribute details.
https://en.wikipedia.org/wiki/Natural_sort_order
Description:
Currently, product attributes in Smartstore are sorted using standard lexicographical order.
This can lead to unintuitive sorting results, especially when dealing with strings containing numbers.
For instance, the current sorting might order "1", "11", "2", which is not ideal for user experience.
Natural sorting would arrange these values as "1", "2", "11", reflecting a more logical numerical progression.
Benefits:
Natural Sorting is standard in modern OS, like MacOS file lists. https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemDetails/FileSystemDetails.html
Has been reported by a store operator & ERP partner.
The text was updated successfully, but these errors were encountered: