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
Current behaviour: Some entries start with the final lines of the previous entry e.g. "Bought in April, 1866."
Expected behaviour: The first part of an entry in the catalogue is the title, and the first part of this is always capitalised. All entries should therefore start with a capitalised section. This should be done through the application of a regex that identifies specifically capital letters
The text was updated successfully, but these errors were encountered:
Partially fixed by improving shelfmark detection in dc88316 & 7973758. Also added logic to recognise "Bought in" specifically, and reorder lines as a result 8d9e856
Current behaviour: Some entries start with the final lines of the previous entry e.g. "Bought in April, 1866."
Expected behaviour: The first part of an entry in the catalogue is the title, and the first part of this is always capitalised. All entries should therefore start with a capitalised section. This should be done through the application of a regex that identifies specifically capital letters
The text was updated successfully, but these errors were encountered: