+2
Under review
Natural Sorting for Title
CN does not yet have an option for natural sorting for numbers in the title field. eg
Note 1
Note 2
Note 10
CN will sort these like so:
Note 1
Note 10
Note 2
Natural sorting would be:
Note 1
Note 2
Note 10
Windows itself defaults to natural sorting now, and I think CN should as well.
Note 1
Note 2
Note 10
CN will sort these like so:
Note 1
Note 10
Note 2
Natural sorting would be:
Note 1
Note 2
Note 10
Windows itself defaults to natural sorting now, and I think CN should as well.
Customer support service by UserEcho
(But as you have discovered below, TC does indeed support natural sorting and has done for a number of years)
So let's wait till this suggestion gets some votes first :)
But first we need to see some votes, of course ;)
• StrCmpLogicalW function
- min XP
- Unicode only
http://msdn.microsoft.com/en-us/library/bb759947(VS.85).aspx
• Sorting for Humans : Natural Sort Order
http://blog.codinghorror.com/sorting-for-humans-natural-sort-order/
• WHAT IS UP WITH NUMBER SORTING?
http://www.siao2.com/2005/01/05/346933.aspx
• Windows Numerical Sort: Why Numeric File Names are Sorted Differently
http://www.meridiandiscovery.com/how-to/why-windows-sorts-numeric-file-names-differently/
This requires in memory sorting, which heavily influences performance. I did not find an easy solution which would support SQLite.