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.
|
This works, I was able to update books already on the device.
Is there any other way of achieving this with a non-displaying character?