goindex icon indicating copy to clipboard operation
goindex copied to clipboard

Sorting Issue

Open rickninja765 opened this issue 4 years ago • 3 comments

The Files are not sort in specific order. When Number is used like in My cases they sorting is like A-Z. Cant we add 1-9 way.

rickninja765 avatar Jul 28 '20 12:07 rickninja765

I don't understand what you want, but by default files/folders names beginning with numbers are listed on top

you can find sorting parameters here, find parameter orderBy

find params.orderBy = "folder,name,modifiedTime desc"; in the script and change it to your preference

alx-xlx avatar Sep 14 '20 16:09 alx-xlx

Yeah, Thanks.

rickninja765 avatar Sep 22 '20 12:09 rickninja765

orderby should be name_normal

anilabhadatta avatar Feb 03 '21 23:02 anilabhadatta