Quote:
Originally Posted by davidfor
The plugboard to do what I am thinking of is fairly simple:
Code:
{authors:'re($, ' ', '_')'}
All that does is replace all the spaces in the authors field with an underscore. For a case with to authors, this would look like:
Code:
Jennifer_Martucci_&_Christopher_Martucci
The device will see this as one author and sort the books under "J". In the Author list, there will be only one author.
|
OK. Thank you. I will give that a try.