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
12 stars 2 forks source link

feat(SearchResultsListWidget): add navigation function parameter #72

Closed jusa3 closed 2 months ago

jusa3 commented 2 months ago

To make navigating from the search results page to the entity info page work. I removed the targetlink parameter added the optional onNavigateToEntity parameter. The user gets the ontologyId, entityType and iri information if available and can define a navigation function based in these.

From here, clicking on an entity: image

To here: image

jusa3 commented 2 months ago

Closing this since it was a logical misunderstanding.