Add notes for 2022-09-06

This commit is contained in:
2022-09-06 17:48:46 +03:00
parent ac66d6c1a9
commit 5972b89839
29 changed files with 53 additions and 34 deletions

View File

@ -99,4 +99,12 @@ Total number of hits from bots: 12220
- Then I will add these user agents to the ILRI spider override in DSpace
## 2022-09-06
- I'm testing dspace-statistics-api with our DSpace 7 test server
- After setting up the env and the database the `python -m dspace_statistics_api.indexer` runs without issues
- While playing with Solr I tried to search for statistics from this month using `time:2022-09*` but I get this error: "Can't run prefix queries on numeric fields"
- I guess that the syntax in Solr changed since 4.10...
- This works, but is super annoying: `time:[2022-09-01T00:00:00Z TO 2022-09-30T23:59:59Z]`
<!-- vim: set sw=2 ts=2: -->