✨ Updated Federated Content Search (FCS) Aggregator (v3.9.1)

The official CLARIN :mag: Federated Content Search Aggregator has been updated to version :sparkles: v3.9.1!

What has changed?

We updated all dependencies to their latest versions! This also includes the recently updated SRU/FCS libraries, to support FCS Endpoints that want to include the new <Institution> resource information. For more information, please see the post :sparkles: New SRU/FCS library releases.
The only FCS Endpoint that uses the new <Institution> element is from the SAW Leipzig for now.

There is a slight breaking change in the REST API. This, however, only affects users that do not use the primary FCS Aggregator website to interact with the FCS Aggregator. All endpoints that return resource information (/init, /resources, /search/{id}) will have to access the institution name simply with resource.institution instead of via resource.institution.name. The more detailed institution information is available via resource.endpointInstitution which also includes the institution webpage at resource.endpointInstitution.link that was previously not available. This change is primarily due to the updated SRU/FCS libraries and the new support for the <Institution> resource field.
You can test out and take a look at the API at CLARIN Swagger - FCS Aggregator REST API.

Links