plone / volto

React-based frontend for the Plone Content Management System
https://demo.plone.org/
MIT License
426 stars 575 forks source link

Sort facet values if they are numbers #5865

Closed erral closed 1 month ago

erral commented 1 month ago

Fixes #5864

netlify[bot] commented 1 month ago

Deploy Preview for volto ready!

Name Link
Latest commit 52b56f7b326c75a054e6ecaa093f2d43aaa865fd
Latest deploy log https://app.netlify.com/sites/volto/deploys/65f2c1ce8ee07500080fc01a
Deploy Preview https://deploy-preview-5865--volto.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 1 month ago

Deploy Preview for plone-components canceled.

Name Link
Latest commit 52b56f7b326c75a054e6ecaa093f2d43aaa865fd
Latest deploy log https://app.netlify.com/sites/plone-components/deploys/65f2c1ce6741ce0008fedc41
erral commented 1 month ago

I have extracted the sorting operation to a function and added some basic tests to it.