ThumbsPlus

All forums => ThumbsPlus v7-v9 Questions => Topic started by: miltk on 2017-09-17 01:45:30

Title: questions :sorting the database
Post by: miltk on 2017-09-17 01:45:30
i have all my image files named "rsrc.img (xxxx).jpg  currently up to rsrc.img (4027).jpg

currently i have them sorted as primary:date   secondary:date   descending, because i want the latest additions always at the top.  when i change to "numeric name" or "name", although the latest images are still at the top, there's a slight shuffle

why?

what's the difference between, "name", "numeric name", and "date" and what is the necessity for a secondary sort
Title: questions :sorting the database
Post by: Daan van Rooijen on 2017-09-17 02:53:17
> what's the difference between, "name", "numeric name", and "date"

Name is alphabetic. Numeric Name takes into account the numeric value (rather than alphabetic order) of numbers in the name (e.g. IMG0099 comes after IMG09). Date is chronological.

> what is the necessity for a secondary sort

When the primary key is the same for two files, the secondary key determines the sort order.