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
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
Search the same word without accent
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
The text was updated successfully, but these errors were encountered:
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
Search the same word without accent
Background (please complete the following information):
The text was updated successfully, but these errors were encountered: