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

[BUG]: Search it's sensitive to accents or special characters #665

Open
teparuiz opened this issue Nov 11, 2024 · 0 comments
Open

[BUG]: Search it's sensitive to accents or special characters #665

teparuiz opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@teparuiz
Copy link

Describe the bug

The problem is in the filter:

accents sensitive

Should be:

accents insensitive

When I search for a keyword like "Hígado," it works. However, if I search for "higado" (without the accent), no results are found.

In Spanish, it’s common to use accents, but sometimes people type the word without accents, such as "Hígado" versus "higado." Unfortunately, the search currently doesn’t return results for words that lack the accent. I need the search to be insensitive to accents and other special characters.

Search word with accent
image

Search the same word without accent
image

Background (please complete the following information):

  • NodeJS Version 20.9.0
  • Postgres Version PostgreSQL 14.13 (Ubuntu 14.13-0ubuntu0.22.04.1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, 64-bit
  • EverShop Version 1.2.0
  • OS: [e.g. Window, Ubuntu, Mac-OS]: Ubuntu
  • Browser [e.g. Chrome, Safari]: Chrome
@treoden treoden added bug Something isn't working enhancement New feature or request labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants