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

SEARCH/EXPLORE: Files and folders are listed with Case insensitive sorting (now default, case sensitive as option) #556

Open
onjour opened this issue Sep 17, 2024 · 3 comments
Labels
2) minor feature Enhancement or addition to an existing set of features
Milestone

Comments

@onjour
Copy link

onjour commented Sep 17, 2024

Hi Stephane,

Thank you again for all your work, Katalog is getting better and better with each release.

I couldn't help but notice in large listings that sorting is by default sensitive to case while most my systems aren't, would you consider adding an option to have case insensitive sorting?

So instead of :

  • AA somefilename
  • AB somefilename
  • AC somefilename
  • Aa somefilename
  • Ab somefilename
  • Ac somefilename

We would have :

  • AA somefilename
  • Aa somefilename
  • AB somefilename
  • Ab somefilename
  • AC somefilename
  • Ac somefilename

Thanks and best,

@StephaneCouturier StephaneCouturier added the 2) minor feature Enhancement or addition to an existing set of features label Sep 19, 2024
@github-project-automation github-project-automation bot moved this to Release Backlog in Katalog Sep 19, 2024
@StephaneCouturier StephaneCouturier added this to the 2.3 milestone Sep 19, 2024
@StephaneCouturier
Copy link
Owner

StephaneCouturier commented Sep 19, 2024

Thanks @onjour for the encouragement and for this!
It is something I had in mind once but never logged :)
Really appreciate the example.

I already included the change as it looks like the right default sorting.
Image

I will try and make it an option now.

@StephaneCouturier
Copy link
Owner

StephaneCouturier commented Sep 19, 2024

  • SEARCH/Search Results
  • EXPLORE/File & Folder list
  • EXPLORE/Folder Tree

@StephaneCouturier
Copy link
Owner

Also applied to Explore screen:
explore_sorting

@StephaneCouturier StephaneCouturier changed the title FEATURE REQUEST: Case insensitive sorting SEARCH/EXPLORE: Files and folders are listed with Case insensitive sorting (now default, case sensitive as option) Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2) minor feature Enhancement or addition to an existing set of features
Projects
Status: Done (Not Released)
Development

No branches or pull requests

2 participants