diff --git a/content/2016-07.md b/content/2016-07.md index b2ecda0d5..3f21190d7 100644 --- a/content/2016-07.md +++ b/content/2016-07.md @@ -191,3 +191,10 @@ index.authority.ignore-variants=true - Integrate and massively clean up About page ([#256](https://github.com/ilri/DSpace/pull/256)) ![About page](../images/2016/07/cgspace-about-page.png) + +- The DSpace source code mentions the configuration key `discovery.index.authority.ignore-prefered.*` (with prefix of discovery, despite the docs saying otherwise), so I'm trying the following on DSpace Test: + +``` +discovery.index.authority.ignore-prefered.dc.contributor.author=true +discovery.index.authority.ignore-variants=true +``` diff --git a/public/2016-07/index.html b/public/2016-07/index.html index 2de416d40..3abb13ca0 100644 --- a/public/2016-07/index.html +++ b/public/2016-07/index.html @@ -302,6 +302,14 @@ index.authority.ignore-variants=true

About page

+ + +
discovery.index.authority.ignore-prefered.dc.contributor.author=true
+discovery.index.authority.ignore-variants=true
+
+