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

@ -139,4 +139,28 @@ index.authority.ignore-prefered.dc.contributor.author=true
index.authority.ignore-variants.dc.contributor.author=false
```
- And reindexing
- After reindexing I don't see any change in Discovery's display of authors, and still have entries like:
```
Grace, D. (464)
Grace, D. (62)
```
- I asked for clarification of the following options on the DSpace mailing list:
```
index.authority.ignore
index.authority.ignore-prefered
index.authority.ignore-variants
```
- In the mean time, I will try these on DSpace Test (plus a reindex):
```
index.authority.ignore=true
index.authority.ignore-prefered=true
index.authority.ignore-variants=true
```
- Enabled usage of `X-Forwarded-For` in DSpace admin control panel ([#255](https://github.com/ilri/DSpace/pull/255)
- It was misconfigured and disabled, but already working for some reason *sigh*