Update notes for 2016-07-22

This commit is contained in:
2016-07-22 17:59:12 +03:00
parent a118a8aaa6
commit 9e1b951127
4 changed files with 109 additions and 4 deletions

View File

@ -239,7 +239,34 @@ index.authority.ignore-variants.dc.contributor.author=false
</code></pre>
<ul>
<li>And reindexing</li>
<li>After reindexing I don&rsquo;t see any change in Discovery&rsquo;s display of authors, and still have entries like:</li>
</ul>
<pre><code>Grace, D. (464)
Grace, D. (62)
</code></pre>
<ul>
<li>I asked for clarification of the following options on the DSpace mailing list:</li>
</ul>
<pre><code>index.authority.ignore
index.authority.ignore-prefered
index.authority.ignore-variants
</code></pre>
<ul>
<li>In the mean time, I will try these on DSpace Test (plus a reindex):</li>
</ul>
<pre><code>index.authority.ignore=true
index.authority.ignore-prefered=true
index.authority.ignore-variants=true
</code></pre>
<ul>
<li>Enabled usage of <code>X-Forwarded-For</code> in DSpace admin control panel (<a href="https://github.com/ilri/DSpace/pull/255">#255</a></li>
<li>It was misconfigured and disabled, but already working for some reason <em>sigh</em></li>
</ul>
</section>