parent
0e46ca4638
commit
3bfe90e755
|
@ -14,7 +14,8 @@ function text_sort(a, b, options) {
|
|||
// sort by text content
|
||||
return prep(a, options).localeCompare(prep(b, options), "en", {
|
||||
sensitivity: "base",
|
||||
ignorePunctuation: true
|
||||
ignorePunctuation: true,
|
||||
numeric: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue