diff --git a/content/post/2016-09.md b/content/post/2016-09.md index 0c1a96e95..22f090ee4 100644 --- a/content/post/2016-09.md +++ b/content/post/2016-09.md @@ -519,3 +519,12 @@ UPDATE 101 - Going to try to update Sonja Vermeulen's authority to 2b4166b7-6e4d-4f66-9d8b-ddfbec9a6ae0, as that seems to be one of her authorities that has an ORCID - Merge Font Awesome changes ([#279](https://github.com/ilri/DSpace/pull/279)) - Minor fix to a string in Atmire's CUA module ([#280](https://github.com/ilri/DSpace/pull/280)) +- This seems to be what I'll need to do for Sonja Vermeulen (but with `2b4166b7-6e4d-4f66-9d8b-ddfbec9a6ae0` instead on the live site): + +``` +dspacetest=# update metadatavalue set authority='09e4da69-33a3-45ca-b110-7d3f82d2d6d2', confidence=600 where metadata_field_id=3 and resource_type_id=2 and text_value like 'Vermeulen, S%'; +dspacetest=# update metadatavalue set authority='09e4da69-33a3-45ca-b110-7d3f82d2d6d2', confidence=600 where metadata_field_id=3 and resource_type_id=2 and text_value like 'Vermeulen SJ%'; +``` + +- And then update Discovery and Authority indexes +- Minor fix for "Subject" string in Discovery search and Atmire modules ([#281](https://github.com/ilri/DSpace/pull/281))