Add notes for 2020-09-22

This commit is contained in:
2020-09-22 12:38:53 +03:00
parent c39def4141
commit 58291c1c9c
22 changed files with 100 additions and 27 deletions

View File

@ -309,4 +309,37 @@ https://cgspace.cgiar.org/open-search/discover?query=type:"Journal Article" AND
- Help Natalia with her WLE "tradeoffs" search query again...
## 2020-09-20
- Deploy latest 5_x-prod branch on CGSpace, run all system updates, and reboot the server
- To my great surprise, all the Solr statistics cores came up correctly after reboot
- Deploy latest 6_x-dev branch on DSpace Test, run all system updates and reboot the server
## 2020-09-22
- Abenet sent some feedback about AReS
- The item views and downloads are still incorrect
- I looked in the server's API logs and there are no errors, and the database has many more views/downloads:
```
dspacestatistics=# SELECT SUM(views) FROM items;
sum
----------
15714024
(1 row)
dspacestatistics=# SELECT SUM(downloads) FROM items;
sum
----------
13979911
(1 row)
```
- Last week Natalia from CIAT had asked me to download all the PDFs for a certain query:
- items with status "Open Access"
- items with type "Journal Article"
- items containing any of the following words: water land and ecosystems & trade offs
- The resulting OpenSearch query is: https://cgspace.cgiar.org/open-search/discover?query=type:"Journal Article" AND status:"Open Access" AND Water Land Ecosystems trade offs&rpp=1
- There were 241 results with a total of 208 PDFs, which I downloaded with my `get-wle-pdfs.py` script and shared to her via bashupload.com
<!-- vim: set sw=2 ts=2: -->