View Single Post
Old 10-04-2010, 11:48 AM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,401
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Manichean View Post
I can't tell what I'm doing wrong, but that tweak isn't working for me in some quite mysterious way. I set it to
Code:
title_sort_articles=r'^(A|The|An|Der|Die|Das)\s+'
to catch
the german articles, which it doesn't.
The only thing I can think of is that you aren't really updating the title metadata.

To test, I set my tweak to
Code:
title_sort_articles=r'^(A|The|An|Die|Der|Das)\s+'
which is for all intents and purposes the same as yours. It works fine. I stuck the German articles in front of random titles, and they sort to where they were before, ignoring the articles. In addition, the title_sort field is set correctly.

Try double-clicking on the title in question (Der Golem) so that the edit box opens. Then hit return. Alternatively, try doing an edit-metadata single. Using search/replace to set the title to itself probably won't work, because the title updater tries hard not to do null operations.
chaley is offline   Reply With Quote