Quote:
Originally Posted by HappyCalibreUser
Perferably I've go the simple way. Robert A. Heinlein, Jim C. Hines.
Why?
If I need to do an author search, by knowing in advance the initials will alyways have the period I don't have to remember when a period hasn't been used.
Otherwise I may wind up having to do multiple searches.
|
I do author search using regex like this:
Code:
author:~robert.*heinlein
This way I manage to avoid any problems with middle initials, whether they have periods or not.