Hi Lisa,
Thanks for your reply. I like the idea of postfixing a braced number, I think I'm going to adopt that style.
Quote:
Originally Posted by LisaAlissa
Book (3), The
which works for my purposes.
|
So in the way you suggest 'Ultimate' ends up in the Series field right? How does this work in the main display? I thought the main display sorts books based on title_sort, which is why I'm trying to maintain that separate from the title field.
Suppose your series is called 'The Ultimate Series' and has three books:
'The Ultimate Series - Introduction to Ultimate'
'The Ultimate Series - More Ultimate'
'The Ultimate Series - The Ultimate Ultimate'
And you also have another publication by the same author:
'Nothing Ultimate'
not part of this series.
Then you'd have the following entries:
Code:
title title_sort series
Introduction to Ultimate (1) Brief Introduction to Ultimate Ultimate
More Ultimate (2) More Ultimate Ultimate
The Ultimate Ultimate (3) The Ultimate Ultimate Ultimate
Nothing Ultimate Nothing Ultimate
Now, wouldn't the title_sort field cause the main display to display these books as:
Code:
title title_sort series
Introduction to Ultimate (1) Brief Introduction to Ultimate Ultimate
More Ultimate (2) More Ultimate Ultimate
Nothing Ultimate Nothing Ultimate
The Ultimate Ultimate (3) The Ultimate Ultimate Ultimate
My thought was to use title_sort to keep this a bit organized. In this example, I'd like it so that all 'Ultimate' publications are kept close together, but perhaps there is a better way.