Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search should not be case sensitive #1274

Open
dokuhebi opened this issue Mar 3, 2025 · 2 comments
Open

Search should not be case sensitive #1274

dokuhebi opened this issue Mar 3, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@dokuhebi
Copy link

dokuhebi commented Mar 3, 2025

Describe the bug

When searching, the results are different depending on capitalization.

To Reproduce

Steps to reproduce the behavior:

  1. We have questions in our system, some containing the word "association" and others with information about Single SignOn ("SSO").
  2. Run a search with "sso" (lower case), and only the "association" questions are returned.
  3. Run a search with "SSO" (capitalized), and only the "SSO" questions are returned.

The behavior is inconsistent, since articles with "HADES" (all caps") do return if you search for "hades" (lower case).

Expected behavior

A search for SSO should return all results with the "sso" string, regardless of case.

Platform

  • Device: Desktop
  • OS: Windows 11
  • Browser and version: Firefox 135.0.1
  • Version: Answer version 1.4.2
@dokuhebi dokuhebi added the bug Something isn't working label Mar 3, 2025
@sy-records
Copy link
Member

sy-records commented Mar 6, 2025

Thanks for your feedback. But I did not reproduce the issue.

Screenshots

Image

Image

@sy-records
Copy link
Member

What Database engine are you using?

In case of MySQL, the database needs to use the utf8mb4_general_ci, utf8mb4_bin is case sensitive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants