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
Describe the bug
Ø (00D8) is included but not mapped in non_cjk charset. For consistency, this should be mapped to "o" (006F), the same way "ø" (00F8) is.
As a Scandinavian, I would also suggest you consider defaulting to handling ø, ö, ä and å as distinct from their seemingly similar siblings. I understand this may be an exception you don't really want, as I'm sure more languages have similar issues that may be in conflict with each other. However, æ is already treated as a distinct character, so it seems a little inconsistent.
Treating Ø as distinct from ø, however, seems like a clear bug to me.
To Reproduce
Steps to reproduce the behavior:
Index some text containing words with Ø
Try to search with ø or o
Expected behavior
Ø and ø should be treated the same.
The text was updated successfully, but these errors were encountered:
Regarding 'æ' as being handled differently from the other symbols mentioned above, it is a ligature symbol, while the other ones are diacritic so they have unambiguous 'base' symbols they can be naturally mapped to.
Describe the bug
Ø (00D8) is included but not mapped in non_cjk charset. For consistency, this should be mapped to "o" (006F), the same way "ø" (00F8) is.
As a Scandinavian, I would also suggest you consider defaulting to handling ø, ö, ä and å as distinct from their seemingly similar siblings. I understand this may be an exception you don't really want, as I'm sure more languages have similar issues that may be in conflict with each other. However, æ is already treated as a distinct character, so it seems a little inconsistent.
Treating Ø as distinct from ø, however, seems like a clear bug to me.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ø and ø should be treated the same.
The text was updated successfully, but these errors were encountered: