aperezdc / ngx-fancyindex

Fancy indexes module for the Nginx web server
Other
849 stars 128 forks source link

Add case-insensitive name sorting support #152

Closed ryandesign closed 1 year ago

ryandesign commented 2 years ago

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.

ryandesign commented 2 years ago

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