Handle different variations of double quotation ("„“”) marks the same way #830
macraig
started this conversation in
Feedback & Feature Proposal
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cross-posting from meilisearch/meilisearch#5460
Describe the issue
As reported in meilisearch/meilisearch#3689, Meilisearch does not treat different variations of double quotation marks the same way. This inconsistency affects search results on platforms where the default keyboard inputs alternate versions of quotes, such as „, “, or ”.
This issue especially impacts exact-match search queries—e.g., a search for “Hanter” does not return the same results as "Hanter"
While this can be worked around by normalizing quotes, it still seems like a bug or at the very least something that should be documented.
To Reproduce
Steps to reproduce the behavior:
“Hanter”
"Hanter"
Expected behavior
Meilisearch should normalize different styles of double quotes so they are treated equivalently. This would improve search consistency across devices, platforms, and international keyboards.
Screenshots


Additional context
Normalization workaround:
Beta Was this translation helpful? Give feedback.
All reactions