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 Filter Casing Issue #1

Open
johnsondj45 opened this issue Oct 23, 2024 · 0 comments
Open

Search Filter Casing Issue #1

johnsondj45 opened this issue Oct 23, 2024 · 0 comments

Comments

@johnsondj45
Copy link

Looks like when attempting to search currently there's an issue where you are forced to type in lowercase because the API only lists Pokemon that way. Updating the filtering of the response would help fix this for the user experience.

Screenshot 2024-10-22 at 8 45 05 PM

On line 57 in PokemonViewModel.kt I just added .lowercase() at the end of the filter to achieve this effect.

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

1 participant