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

iLike method with accent. #385

Open
GabrielGoncalvesMendes opened this issue Jan 12, 2022 · 1 comment
Open

iLike method with accent. #385

GabrielGoncalvesMendes opened this issue Jan 12, 2022 · 1 comment

Comments

@GabrielGoncalvesMendes
Copy link

Expected behavior

It should return all names even if passed without accent in the search. ex: joao, it should search all the users that contain these characters along with the names with accents ex: joão.

Actual behavior

It is performing the search with the same names that contain the special character in the case of ã, when it should search for all types of Joao, even without passing the ã.

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working):
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/express": "^4.5.11",
"feathers-sequelize": "^6.2.0",
"feathers-hooks-common": "^5.0.5",

NodeJS version: 16.13.0

Operating System: Ubuntu 20.04

Browser Version: Google Chrome Version 97.0.4692.71

React Native Version:

Module Loader:

The Request URL is: http://localhost:3030/path?$select[]=name&$select[]=id&$select[]=pictureUrl&$select[]=position&name[$iLike]=%25joa%25&$limit=5

We Pass iLike in query params but do not receive correct data it only works Sensitive data.

@fratzinger
Copy link
Contributor

What happens, if you search for %joao%?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants