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

No natural sorting for name column #7050

Closed
3 tasks done
Roterfux opened this issue Jul 11, 2023 · 7 comments
Closed
3 tasks done

No natural sorting for name column #7050

Roterfux opened this issue Jul 11, 2023 · 7 comments
Assignees
Labels
💡 feature request New feature or request ✅ merged A fix for this issue has been merged
Milestone

Comments

@Roterfux
Copy link

Preflight Checklist

Storage Explorer Version

1.30.0

Regression From

No response

Architecture

x64

Storage Explorer Build Number

20230609.2

Platform

All

OS Version

No response

Bug Description

grafik
Sorting is not natural, which can lead to issues in finding e.g. the latest version (see screenshot)

Steps to Reproduce

Launch Storage Explorer
Navigate to a blob download directory
check the names, sorted

Actual Experience

Can lead to issues in finding e.g. the latest version

Expected Experience

Natural sorting as e.g. in a file explorer

Additional Context

No response

@craxal
Copy link
Contributor

craxal commented Jul 11, 2023

@Roterfux By "natural", assume you mean numeric parts of a name are treated as numbers when sorting? I notice Finder on macOS also sorts using numeric semantics for appropriate values, so I think this is something we can look into more.

@craxal craxal added the 💡 feature request New feature or request label Jul 11, 2023
@Roterfux
Copy link
Author

Roterfux commented Jul 12, 2023

I had to google it, since I was not sure how such a sorting is called.
Thanks for considering it @craxal

@MRayermannMSFT MRayermannMSFT added this to the 1.32.0 milestone Jul 17, 2023
@MRayermannMSFT MRayermannMSFT added the ❔ investigate We need to look into this further label Jul 17, 2023
@MRayermannMSFT
Copy link
Member

MRayermannMSFT commented Jul 17, 2023

Let's see if we can do this in 1.32.

  • Thoroughly investigate in what ways Windows and macOS support natural sorting. Do they have a way to turn it off? Does it apply to folders and files?
  • Try to use existing npm library to implement the sort.
  • Go through each explorer (react if it exists) and implement it

@JasonYeMSFT JasonYeMSFT modified the milestones: 1.32.0, 1.33.0 Sep 27, 2023
@MRayermannMSFT MRayermannMSFT removed the ❔ investigate We need to look into this further label Sep 29, 2023
@richardMSFT richardMSFT added the ✅ merged A fix for this issue has been merged label Feb 5, 2024
@richardMSFT
Copy link

Natural sorting for data explorers will be a configuration available in 1.33.0 release.

@Roterfux
Copy link
Author

Roterfux commented Feb 6, 2024

Is there a planned release (RC) window?

@richardMSFT
Copy link

1.33.0 is scheduled to release sometime late this month if all goes to plan :)

@Roterfux
Copy link
Author

Roterfux commented Feb 7, 2024

Sounds good :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 feature request New feature or request ✅ merged A fix for this issue has been merged
Projects
None yet
Development

No branches or pull requests

5 participants