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
Since Erlaubte Mitgliedergruppen contains a P, it is part of the search results. Chosen behaves the same weird way.
Problem 2: The fuzzy search has too many results
Neither Violin students nor Gäste (nicht angemeldet) contains a P, still they are found when searching for Pi. That is wrong IMHO and Chosen did not behave this way, either.
@zoglo Can we influence this without having to adapt the JavaScript?
The text was updated successfully, but these errors were encountered:
The current threshold is 0.6 right now to allow fuzzy search, might tweak this a little bit so we'll still have some kind of search for e.g. legasthenics?
// Choices uses the great Fuse library for searching. You// can find more options here: https://fusejs.io/api/options.htmlfuseOptions: {includeScore: true},
Problem 1: The placeholder is "found"
Since
Erlaubte Mitgliedergruppen
contains aP
, it is part of the search results. Chosen behaves the same weird way.Problem 2: The fuzzy search has too many results
Neither
Violin students
norGäste (nicht angemeldet)
contains aP
, still they are found when searching forPi
. That is wrong IMHO and Chosen did not behave this way, either.@zoglo Can we influence this without having to adapt the JavaScript?
The text was updated successfully, but these errors were encountered: