You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want the search string "skandal" to match the term "Sexskandaler".
Currently, we're only matching against the beginning of words. Would it be better to match against any part of words? I suppose most such matches will not be helpful. For example, "skan" would match against "Samkönsälskande kvinnor" which is an altLabel to "Kvinnor som har sex med kvinnor". But if we give such matches a low score so that they appear late in the result?
The text was updated successfully, but these errors were encountered:
As a user, I want the search string "skandal" to match the term "Sexskandaler".
Currently, we're only matching against the beginning of words. Would it be better to match against any part of words? I suppose most such matches will not be helpful. For example, "skan" would match against "Samkönsälskande kvinnor" which is an altLabel to "Kvinnor som har sex med kvinnor". But if we give such matches a low score so that they appear late in the result?
The text was updated successfully, but these errors were encountered: