Add notes for 2018-07-22

This commit is contained in:
2018-07-22 11:54:12 +03:00
parent daa45dba07
commit 4f7469cf9d
61 changed files with 89 additions and 68 deletions

View File

@ -442,4 +442,14 @@ X-XSS-Protection: 1; mode=block
- I told her that they need to start using more accurate dates for their issue dates
- In the example item I looked at the DOI has a publish date of 2018-03-16, so they should really try to capture that
## 2018-07-22
- I told the IWMI people that they can use `sort_by=3` in their OpenSearch query to sort the results by `dc.date.accessioned` instead of `dc.date.issued`
- They say that it is a burden for them to capture the issue dates, so I cautioned them that this is in their own benefit for future posterity and that everyone else on CGSpace manages to capture the issue dates!
- For future reference, as I had previously noted in [2018-04]({{< relref "2018-04.md" >}}), sort options are configured in `dspace.cfg`, for example:
```
webui.itemlist.sort-option.3 = dateaccessioned:dc.date.accessioned:date
```
<!-- vim: set sw=2 ts=2: -->