File sorting based on numbers changed in NC 28.0.1

Hi,
I upgraded NC in 28.0.1 since a 27.1.4 version and file sorting based on numbers ( YYYY.MM.DD ) has changed

When we separate numbers with a point (example: 2023.01.08 and 2023.10.12, it is 2023.10.12 which will go up first in the tree), this does not classify the files correctly.

Before upgrade ( OK )
OK1

After upgrade ( NOK )
NOK1

Is this a bug?

Thanks fo all !

I assume you meant to do descending sort order for both. :slight_smile: But your example is valid/reproduced. I agree it looks like a change in behavior and a bug.

Thanks for your answer, if i try to surround my point with spaces, it’s OK.

OK1a
OK1b

and if i try to replace points with hyphens, it’s OK too.

OK2a
OK2b

Report the bug to GitHub - nextcloud/server: ☁️ Nextcloud server, a safe home for all your data

Thanks , i report the bug here.