Quote:
Originally Posted by davidfor
Why not? It is a matter of how you build the string. And it is a matter of how you want the sorting to work. In any book list, a book is in only one place. So that means that when sorting by author, uses the first author to position the book. In your case, you put the non-breaking character in each author name, separate them by commas, and it will sort on the first author. Or you put the non-breaking character between every word in all author names and between them, without commas, and it will sort by the full string.
|
Could you show me an example? I am not savvy enough to figure this out on my own.