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

Collate name search E.g. Pokemon/Pokémon #1719

Closed
cbpassingham opened this issue Mar 28, 2020 · 5 comments
Closed

Collate name search E.g. Pokemon/Pokémon #1719

cbpassingham opened this issue Mar 28, 2020 · 5 comments

Comments

@cbpassingham
Copy link

I added a number of Pokémon games to my library and downloaded metadata from IGDB. When I search for "pokemon", none of them show up.

Could an option be added to match accented names when using non-accented search strings?

@JosefNemec
Copy link
Owner

Sadly, this is an issue with IGDB's API search. I'll try to add some workaround, but it will not work 100% correctly until this is fixed on IGDB's side.

@JosefNemec
Copy link
Owner

I've done some workarounds in Playnite 8, but it still doesn't work reliably. It simply has to be fixed on IGDB's side.

@robclouth
Copy link

@JosefNemec Filtering by name works better than search. E.g.
request.where(`name ~ *"${query}"*`);

@JosefNemec
Copy link
Owner

We already do that.

@robclouth
Copy link

robclouth commented Nov 17, 2020 via email

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

No branches or pull requests

3 participants