20240414075326_t2 is before 20240414075326 when sorting by name Is this a bug? I think it should be "When sorting by name in alphanumeric order, 20240414075326_t2 would come after 20240414075326. This is because the underscore character (_) is considered to be greater than numbers in ASCII value. Therefore, any string with an underscore would come after a string with only numbers when sorted in ascending order. So, 20240414075326_t2 is not before 20240414075326 when sorting by name. It’s actually after it. I hope this helps! "
I would also like to ask a question about the sort by date (if the date is the same, same time, same seconds ect how does it sort? Based of name? If so this error affect that as well)
Witch OS did you use ?
(In reply to caulier.gilles from comment #2) > Witch OS did you use ? Windows 10
Can you confirm that this is a bug rather than the intended way of working?
The sorting corresponds to the "natural" string comparison. There is the possibility to take the punctuation into account. When I open a folder created with your example in Dolphin (file manager of the KDE desktop on Linux), I get the same sorting as in digiKam. However, you have the option of achieving your sorting if you set the string comparison to "Normal" under Miscellaneous-> Behavior in the digiKam setup. Maik
Created attachment 168706 [details] attachment-4146335-0.html Thanks for the help! It works! On Sat, 20 Apr 2024, 6:16 pm Maik Qualmann, <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=485823 > > Maik Qualmann <metzpinguin@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Version Fixed In| |8.4.0 > CC| |metzpinguin@gmail.com > Status|REPORTED |RESOLVED > Resolution|--- |WORKSFORME > > --- Comment #5 from Maik Qualmann <metzpinguin@gmail.com> --- > The sorting corresponds to the "natural" string comparison. There is the > possibility to take the punctuation into account. When I open a folder > created > with your example in Dolphin (file manager of the KDE desktop on Linux), I > get > the same sorting as in digiKam. > However, you have the option of achieving your sorting if you set the > string > comparison to "Normal" under Miscellaneous-> Behavior in the digiKam setup. > > Maik > > -- > You are receiving this mail because: > You are on the CC list for the bug. > You reported the bug.