Quote:
Originally Posted by BetterRed
@un_pogaz - the author_sort can be valid according to the algorithm used (e.g. 'invert'), but that does not mean it is correct.
|
@un_pogaz's method doesn't use the algorithm to generate the sort. The template constructs an author_sort string using the sort values in the author table, then compares that to the author_sort for the book. In other words, it is checking that the book's author_sort is what the author table says it should be.