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

The search() function strips all non-alphanumeric characters from the game's name #27

Open
GamerKingFaiz opened this issue Dec 29, 2021 · 0 comments · May be fixed by #28
Open

The search() function strips all non-alphanumeric characters from the game's name #27

GamerKingFaiz opened this issue Dec 29, 2021 · 0 comments · May be fixed by #28

Comments

@GamerKingFaiz
Copy link

If you run hltbService.search('kingdom hearts'), you'll see the one of the results has the name Kingdom Hearts 3582 Days HD 15 Remix.
If you run hltbService.detail(22490), you'll see the name is properly formatted Kingdom Hearts 358/2 Days - HD 1.5 Remix.

The search() function is also stripping accented characters. For example, if you run hltbService.search('pokemon'), it'll return entries with the name field as Pokmon (note the missing 'e').
The detail() function returns the names here properly.

The app I'm building relies on the search() function, so I'd greatly appreciate if you could fix search() stripping all non-alphanumeric characters.

@GamerKingFaiz GamerKingFaiz changed the title The search() function strips all non-alphanumeric characters from the game's name The search() function strips all non-alphanumeric characters from the game's name Dec 29, 2021
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

Successfully merging a pull request may close this issue.

1 participant