Bug 33100: Remove all punctuation at end of record
authorNick Clemens <nick@bywatersolutions.com>
Tue, 7 Mar 2023 20:05:36 +0000 (20:05 +0000)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Fri, 17 Mar 2023 17:17:11 +0000 (17:17 +0000)
commitc2f2c68a07a21f6fefd3be4682f9acd5405b5f5b
tree932bafb709bf5101a3a8e154d426d2d77867d6a2
parent39d6ee4399a03fb4eb645024dbaf83acb3da1501
Bug 33100: Remove all punctuation at end of record

This could potentially be overkill - if you have two records that only
differ in ending punctuation, you might get a false result - I don't
know how likely that is ( as I have mentioned before '!!!' is a band )

This seems a reasonable fix

To test:
1 - Set sysprefs as in bug 33159
2 - Edit a record, biblionumebr 3 is fine
3 - Add a comma to end of author subfield a
4 - Save and note relinked
5 - Apply patch, restart all
6 - Save again
7 - Linked to original record

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 928a4cb465d7891157b1b061d144db6a808ada14)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
C4/Heading/MARC21.pm