Replies: 1 comment
-
|
You have the following sort options in the admin panel, attribute, storefront properties: It does not support a "natural sort" by default, where the integers would be sorted properly. If you have a dropdown attribute, you can ensure that the values are properly sorted in the admin panel of the attribute (Manage labels) and use the Facet sort order option "Admin sort" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
We have some text field but input is integer or float, is there anyway to sorting like number?
e.g. option for each products are 1,2,10,12
expect result
1
2
10
12
actually result
1
10
2
12
since it sorting as char.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions