Results 1 issues of Sergio

I use this function to sort with accented characters. This could be the default sort function, or just one more option. `sortFunction: function(a,b) { return a.elm.textContent.localeCompare(b.elm.textContent); }`