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
If I seach for "büchelberg" (in double quotes for exact match) in https://fly-foto.de/luftbild/suche/
I get results matching the search exactly. See
However if I omit the double quotes the result including the search term is no longer returned but instead matches with 'b.'
see
If I search for "buechelberg" I get no results but if I search for buechelberg (without quotes) I get similar wrong results as above.
This does not happen if I search e.g. for "buchen" or buchen.
Here the exact match results are included in the result sets.
I suspect the Umlaut "ü" is causing this trouble?
However with the search term "Fürth" I dont get this unexcected result.
The text was updated successfully, but these errors were encountered:
After disabling the language detection for the German site by recreating the index with CLI option " --force-language en"
the problem disappears:
Apparently the stemming or segmentation or whatever happens for the German language incorrectly considers an umlaut (Ü,Ä,Ö) as 2nd char of the search term as a delimiter and this prevents that for searches liken Würzburg, Büchelberg etc. the exisiting exact hits are not returned.
If I seach for "büchelberg" (in double quotes for exact match) in https://fly-foto.de/luftbild/suche/
I get results matching the search exactly. See
However if I omit the double quotes the result including the search term is no longer returned but instead matches with 'b.'
see
If I search for "buechelberg" I get no results but if I search for buechelberg (without quotes) I get similar wrong results as above.
This does not happen if I search e.g. for "buchen" or buchen.
Here the exact match results are included in the result sets.
I suspect the Umlaut "ü" is causing this trouble?
However with the search term "Fürth" I dont get this unexcected result.
The text was updated successfully, but these errors were encountered: