You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Author name strings in the viewgame page are currently broken up into links using a regular expression in splitPersonalNameList.
It splits the names based on commas or "and".
It should also include "&" - there are currently 29 games in the database with " & " in the title, and most of them are actual author names that should be split.
Extra question: Should the tips page suggest how to enter a list of authors in a way that IFDB understands best?
The text was updated successfully, but these errors were encountered:
Author name strings in the viewgame page are currently broken up into links using a regular expression in
splitPersonalNameList
.It splits the names based on commas or "and".
It should also include "&" - there are currently 29 games in the database with " & " in the title, and most of them are actual author names that should be split.
Extra question: Should the tips page suggest how to enter a list of authors in a way that IFDB understands best?
The text was updated successfully, but these errors were encountered: