Quote:
Originally Posted by chaley
Hello David,
As C2O uses the db directly, you can ignore the book's author_sort field when generating author lists. Instead, use the sort value in the author table. That will eliminate all the parsing ambiguity and the multiple-value problem.
|
Yes
F.e.
Auhor name order
Code:
Adams Z.
Kennedy E.
Zanzibar O.
Author_sort order I have the same
But in catalog I have order
Code:
Kennedy E.
Zanzibar O.
Adams Z.