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
CSV file incorporation should add forename variations based on the emendations collection but this is not happening because the match for gender is not correct (emendations hold gender in lowercase and CSV data stores it in uppercase).
Example that illustrates the bug:
Search for William Cooper in SOM 1901 Census does not find Will Cooper from Piece RG13_2303.
To resolve will need to correct incorporation code and also create a Rake task that will correct all existing data.