typicode / json-server

Get a full fake REST API with zero coding in less than 30 seconds (seriously)
Other
72.98k stars 7.02k forks source link

Would like to see a case insensitive sort option for strings #522

Open mschmidt712 opened 7 years ago

mschmidt712 commented 7 years ago

When sorting the following list of names the order is affected by the name case. I would like the option to do a case insensitive sort.

List of Names Alex Adam Ben Alee Amit Christoper AJ Claire

Sorted Names AJ Adam Alee Alex Amit Ben Christopher Claire

Desired Sorted Names Adam AJ Alee Alex Amit Ben Christopher Claire

Lottyz commented 1 year ago

Any updates with case insensitive sort?