mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2016-07-22
This commit is contained in:
@ -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*
|
||||
|
Reference in New Issue
Block a user