mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-08-20
This commit is contained in:
@ -328,3 +328,22 @@ WHERE {
|
||||
- Specifically the explanation of the `FILTER` regex
|
||||
- Might want to `SELECT DISTINCT` or increase the `LIMIT` to get terms like "wheat" and "fish" to be visible
|
||||
- Test queries online on the AGROVOC SPARQL portal: http://202.45.139.84:10035/catalogs/fao/repositories/agrovoc
|
||||
|
||||
## 2017-08-20
|
||||
|
||||
- Since I cleared the XMLUI cache on 2017-08-17 there haven't been any more `ERROR net.sf.ehcache.store.DiskStore` errors
|
||||
- Look at the CGIAR Library to see if I can find the items that have been submitted since May:
|
||||
|
||||
```
|
||||
dspace=# select * from metadatavalue where metadata_field_id=11 and date(text_value) > '2017-05-01T00:00:00Z';
|
||||
metadata_value_id | item_id | metadata_field_id | text_value | text_lang | place | authority | confidence
|
||||
-------------------+---------+-------------------+----------------------+-----------+-------+-----------+------------
|
||||
123117 | 5872 | 11 | 2017-06-28T13:05:18Z | | 1 | | -1
|
||||
123042 | 5869 | 11 | 2017-05-15T03:29:23Z | | 1 | | -1
|
||||
123056 | 5870 | 11 | 2017-05-22T11:27:15Z | | 1 | | -1
|
||||
123072 | 5871 | 11 | 2017-06-06T07:46:01Z | | 1 | | -1
|
||||
123171 | 5874 | 11 | 2017-08-04T07:51:20Z | | 1 | | -1
|
||||
(5 rows)
|
||||
```
|
||||
|
||||
- According to `dc.date.accessioned` (metadata field id 11) there have only been five items submitted since May
|
||||
|
Reference in New Issue
Block a user