diff --git a/content/post/2016-12.md b/content/post/2016-12.md index d0e025e9d..8a5925b8e 100644 --- a/content/post/2016-12.md +++ b/content/post/2016-12.md @@ -358,3 +358,4 @@ dspace#= update metadatavalue set text_value='Grace, Delia', authority='bfa61d7c ``` - This proves that unifying author name varieties in authorities is easy, but fixing the name in the authority is tricky! +- Perhaps another way is to just add our own UUID to the authority field for the text_value we like, then re-index authority so they get synced from PostgreSQL to Solr, then set the other text_values to use that authority ID diff --git a/public/2016-12/index.html b/public/2016-12/index.html index 197c38057..f16a7c725 100644 --- a/public/2016-12/index.html +++ b/public/2016-12/index.html @@ -30,7 +30,7 @@ - + @@ -487,6 +487,7 @@ UPDATE 561 diff --git a/public/index.xml b/public/index.xml index b6ed0a98b..1997a9ee8 100644 --- a/public/index.xml +++ b/public/index.xml @@ -391,6 +391,7 @@ UPDATE 561 <ul> <li>This proves that unifying author name varieties in authorities is easy, but fixing the name in the authority is tricky!</li> +<li>Perhaps another way is to just add our own UUID to the authority field for the text_value we like, then re-index authority so they get synced from PostgreSQL to Solr, then set the other text_values to use that authority ID</li> </ul> diff --git a/public/post/index.xml b/public/post/index.xml index 05670ece0..6d9cde485 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -391,6 +391,7 @@ UPDATE 561 <ul> <li>This proves that unifying author name varieties in authorities is easy, but fixing the name in the authority is tricky!</li> +<li>Perhaps another way is to just add our own UUID to the authority field for the text_value we like, then re-index authority so they get synced from PostgreSQL to Solr, then set the other text_values to use that authority ID</li> </ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 4ac57e874..ef702d6b5 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -390,6 +390,7 @@ UPDATE 561 <ul> <li>This proves that unifying author name varieties in authorities is easy, but fixing the name in the authority is tricky!</li> +<li>Perhaps another way is to just add our own UUID to the authority field for the text_value we like, then re-index authority so they get synced from PostgreSQL to Solr, then set the other text_values to use that authority ID</li> </ul>