alx-xlx / goindex

Index your Google Drive
https://goindex.teamsdrives.workers.dev
1.26k stars 657 forks source link

Sorting of numbers in Firefox #87

Closed necaran closed 1 year ago

necaran commented 3 years ago

By default, files are sorted like this.

A01.txt
A02.txt
B01.txt
B02.txt

But in Firefox it became like this.

A02.txt
A01.txt
B02.txt
B01.txt

Somehow only the numbers are in descending order.

I am running version 2.0.8-darkmode-0.1, but I am experiencing the same issue on other people's sites.

DestinoLol commented 3 years ago

Same problem here

ThePhantom00 commented 2 years ago

repalce params.orderBy = "folder,name,modifiedTime desc"; with params.orderBy = "folder,name_natural,modifiedTime desc";