skohub-io / skohub-vocabs

A lightweight tool to publish SKOS Vocabularies
https://skohub.io/
Apache License 2.0
34 stars 25 forks source link

164 umlaute #197

Closed sroertgen closed 2 years ago

sroertgen commented 2 years ago

So now also uppercase umaluts are indexed. As mentioned in #164 this workaround works by replacing e.g. "ü" with "u". This means that both letters get treated the same by flexsearch.

The result is that SkoHub now shows "Übersetzen" and "Publizistik" if you type "ub". But before it did not show "Übersetzen" at all.

image

I guess that this can be improved in changing the App.js or nestedList.js component to do some additional filtering where we use the umlaute. I will add this comment to #164, to work on it later.

acka47 commented 2 years ago

Merging to start functional review.