Quote:
Originally Posted by atjnjk
There is only one thing I don't understand. When sorting by authors,title or authors,series, there is an arrow next to the author column. But when sorting by date,title or date,series, the arrow is next to the title/series column (it should be next to the date column).
|
Thanks for persevering. There is in fact a problem here.
The internal name for 'date' is 'timestamp'. Normally when a column is sorted, one name is translated into another. Unfortunately, the sort at startup path does not go through that translation. Calibre tries to find a field named 'date', fails, and ignores it.
You can fix this now by using the name 'timestamp' instead of date.