fordth / jinqJs

jinqJs provides a simple way to perform SQL like queries on javaScript arrays, collections and web services using LINQ expressions.
Other
93 stars 29 forks source link

Ignore accents when ordering #19

Closed ninety7 closed 7 years ago

ninety7 commented 8 years ago

Is it possible to have results ordered ignoring accented letters such as 'á'?

So instead of getting results like: ["ab", "h", "y", "áa"]

I want to get them ordered like this: ["áa", "ab", "h", "y"]

ninety7 commented 8 years ago

Here's a solution proposal: #20

fordth commented 7 years ago

This has been addressed in release version 1.6.1. Thank you!