-
Notifications
You must be signed in to change notification settings - Fork 100
Description
At which URL did you encounter the problem?
What steps will reproduce the problem?
- Search for e.g. "cat" in YSO and wait for the autocomplete popup
What is the expected output? What do you see instead?
This is how it works in finto.fi, running Skosmos 2.14:
Here is how it looks with current master branch (dev.finto.fi):
There are at least three problems:
- The entered string "cat" is shown with the wrong color. Minor CSS issue, probably in the Finto CSS file.
- Matches on altLabels (e.g. "Catalan people") don't show the prefLabel of the matched concept ("Catalans").
- The concept type information is missing.
This most likely broke with the Bootstrap 5 upgrade (PR #1182), which included an upgrade of the Typeahead.js widget.
Ping @kinow
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
Firefox
Reactions are currently unavailable

