Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use the SORT_NATURAL flag for sorting attributes #896

Conversation

danklassen
Copy link
Contributor

this allows numeric values to show up their expected order. Previously an attribute with various numeric values would show up in the following order:

0-50
101-250
250+
51-100

After the change they will show up as:
0-50
51-100
101-150
250+

this allows numeric values to show up their expected order.
Previously an attribute with various numeric values would show up in the following order:

0-50
101-250
250+
51-100

After the change they will show up as:
0-50
51-100
101-150
250+
@Mesuva Mesuva merged commit 7c05460 into concretecms-community-store:master Oct 2, 2024
2 checks passed
@Mesuva
Copy link
Collaborator

Mesuva commented Oct 2, 2024

Fantastic improvement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants