View Single Post
Old 02-26-2014, 02:48 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Got your message, here I am.

Try this:
Code:
{author_sort:re(([^\,]*)\,(.*),\1)} {series:|(|} {series_index:||)}, {author_sort:re(([^\,]*)\,(.*),\2)}
This produces "Zelazny (The Great Book of Amber 1), Roger" so author_sort returns sorting by Z(elazny), but moves everything after the comma ("Roger") to before, in the view.

It's just a matter of asking what you want to create, and then figuring out how to produce it.

Last edited by eschwartz; 02-26-2014 at 07:12 PM.
eschwartz is offline   Reply With Quote