hbz/lobid-resources

ALMA Index is still queried with "http://alma.lobid.org/..." ?

Closed this issue · 2 comments

The JSON of the query shows:

https://lobid.org/resources/search?q=HT013426261+AND+inCollection.id%3A%22https%3A%2F%2Fnwbib.de%2Fjournals%22&format=json

{
  "@context": "http://alma.lobid.org/resources/context.jsonld",
  "id": "http://alma.lobid.org/resources/search?q=HT013426261+AND+inCollection.id%3A%22https%3A%2F%2Fnwbib.de%2Fjournals%22&format=json",
  "totalItems": 0,
  "member": []
}
dr0i commented

Good catch - was a misconfiguration at the server in conf/resources.conf . Fixed it.
Can you review and close?

Looks good now:

{
  "@context": "http://lobid.org/resources/context.jsonld",
  "id": "http://lobid.org/resources/search?q=HT013426261+AND+inCollection.id%3A%22https%3A%2F%2Fnwbib.de%2Fjournals%22&format=json",
  "totalItems": 0,
  "member": []
}