ts4nfdi / terminology-service-suite

The SemLookP Widgets project is a collection of interactive widgets designed to ease the integration of terminology service functions into third-party applications.
https://ts4nfdi.github.io/terminology-service-suite/comp/latest/
MIT License
16 stars 2 forks source link

Fix/ols4 search #94

Closed jusa3 closed 3 months ago

jusa3 commented 3 months ago

Differences on OLS3/OLS4 API facet keys:

OLS3: response["facet_counts"]["facet_fields"]["ontology_name"] OLS4: response["facet_counts"]["facet_fields"]["ontologyId"]

-> Added useLegacy parameter and condition in useQuery API call.

Also fixed minor bug in BreadcrumbPresentation.

jusa3 commented 3 months ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: