Oh, one question about your recent change with the split character:
Quote:
- Fixed incorrect number of books in collections when using split character
|
Assume I'm splitting on the "&" on author_sort. What happens if I have set a minimum of 2 books to form a collection and have (for example) one book by Smith, John and one by Smith, John & Smith, Jane? Would it still create a collection for Smith, John?
Or, what if there were two by Smith, John and one by Smith, John & Smith, Jane (or two by the pair and one solo) would the extra book still find its way into the collection?
Just trying to figure out if this will work the way I want it to.