mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-09-25
This commit is contained in:
@ -447,3 +447,20 @@ $ ./delete-metadata-values.py -i sponsors-delete-8.csv -f dc.description.sponsor
|
||||
## 2016-09-22
|
||||
|
||||
- Update controlled vocabulary for sponsorship based on the latest corrected values from the database
|
||||
|
||||
## 2016-09-25
|
||||
|
||||
- Merge accession date improvements for CUA module ([#275](https://github.com/ilri/DSpace/pull/275))
|
||||
- Merge addition of accession date to Discovery search filters ([#276](https://github.com/ilri/DSpace/pull/276))
|
||||
- Merge updates to sponsorship controlled vocabulary ([#277](https://github.com/ilri/DSpace/pull/277))
|
||||
- I've been trying to add a search filter for `dc.description` so the IITA people can search for some tags they use there, but for some reason the filter never shows up in Atmire's CUA
|
||||
- Not sure if it's something like we already have too many filters there (30), or the filter name is reserved, etc...
|
||||
- Generate a list of ILRI subjects for Peter and Abenet to look through/fix:
|
||||
|
||||
```
|
||||
dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue where resource_type_id=2 and metadata_field_id=203 group by text_value order by count desc) to /tmp/ilrisubjects.csv with csv;
|
||||
```
|
||||
|
||||
- Regenerate Discovery indexes a few times after playing with `discovery.xml` index definitions (syntax, parameters, etc).
|
||||
- Merge changes to boolean logic in Solr search ([#274](https://github.com/ilri/DSpace/pull/274))
|
||||
- Run all sponsorship and affiliation fixes on CGSpace, deploy latest `5_x-prod` branch, and re-index Discovery on CGSpace
|
||||
|
Reference in New Issue
Block a user