Quote:
Originally Posted by Noughty
I was wondering in custom column it is shown correctly alphabetically (tags and shelves) but in book details window I see:
Tags alphabetically, shelves alphabetically
Why isn't it the same as in custom column? How to make it simple alphabetical?
|
Sorry, but I don't understand what you are asking. How to make what "simple alphabetical"?
If you are talking about the output of merge_lists, then use:
Code:
program: list_sort(merge_lists(field('tags'), field('#textmult'), ','), 0, ',')
However, there is a bug in the current release that causes sort_list to always sort descending. That will be fixed in the next release.