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

Add case-insensitive name sorting support #152

Merged
merged 2 commits into from
Jan 20, 2023

Conversation

ryandesign
Copy link
Contributor

This PR attempts to implement a case-insensitive sorting option to resolve #78 by modifying the code submitted in #124 to address the concerns in the comments.

Mamadou Lamine NIANG and others added 2 commits June 3, 2022 17:25
Add the fancyindex_case_sensitive option which considers the case when
sorting by name if it is on (which it is by default to keep current
behavior) and does a case-insensitive name sort if it is off.

Closes aperezdc#78
Closes aperezdc#124

Co-authored-by: Ryan Schmidt <[email protected]>
@ryandesign
Copy link
Contributor Author

@aperezdc Have you had a chance to look at this PR? Does it address your concerns from #124?

Copy link
Owner

@aperezdc aperezdc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryandesign Sorry again for being late with this review—indeed all the concerns are addressed now, thanks a ton!

@aperezdc aperezdc merged commit e5f2276 into aperezdc:master Jan 20, 2023
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.

Support case-insensitive sorting by file names
2 participants