Update notes for 2016-07-25

This commit is contained in:
2016-07-25 16:55:00 +03:00
parent fdc8f9f694
commit 45682ad8d1
4 changed files with 31 additions and 0 deletions

View File

@ -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
```