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