diff --git a/content/posts/2019-01.md b/content/posts/2019-01.md index 1a2e32599..00ec16971 100644 --- a/content/posts/2019-01.md +++ b/content/posts/2019-01.md @@ -600,5 +600,9 @@ sys 0m2.396s - I re-ran the Ansible DSpace tag, ran all system updates, and rebooted the host - After rebooting I notice that the Linode kernel went down from 4.19.8 to 4.18.16... - Atmire sent a quote on our [ticket about purchasing the Metadata Quality Module (MQM) for DSpace 5.8](https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=657) +- Abenet asked me for an [OpenSearch query that could generate and RSS feed for items in the Livestock CRP](https://cgspace.cgiar.org/open-search/discover?query=crpsubject:Livestock&sort_by=3&order=DESC) +- According to my notes, `sort_by=3` is accession date (as configured in `dspace.cfg) +- The query currently shows 3023 items, but a [Discovery search for Livestock CRP only returns 858 items](https://cgspace.cgiar.org/discover?filtertype_1=crpsubject&filter_relational_operator_1=equals&filter_1=Livestock&submit_apply_filter=&query=) +- That query seems to return items tagged with `Livestock and Fish` CRP as well... hmm. diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html index 373957aed..05efc6c5c 100644 --- a/docs/2019-01/index.html +++ b/docs/2019-01/index.html @@ -27,7 +27,7 @@ I don’t see anything interesting in the web server logs around that time t " /> - + @@ -60,9 +60,9 @@ I don’t see anything interesting in the web server logs around that time t "@type": "BlogPosting", "headline": "January, 2019", "url": "https://alanorth.github.io/cgspace-notes/2019-01/", - "wordCount": "2777", + "wordCount": "2840", "datePublished": "2019-01-02T09:48:30+02:00", - "dateModified": "2019-01-17T19:53:00+02:00", + "dateModified": "2019-01-20T15:48:52+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -846,6 +846,10 @@ sys 0m2.396s
sort_by=3
is accession date (as configured in `dspace.cfg)Livestock and Fish
CRP as well… hmm.