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

add Game in type #132

Open
alexeizinin opened this issue Jun 24, 2019 · 6 comments
Open

add Game in type #132

alexeizinin opened this issue Jun 24, 2019 · 6 comments

Comments

@alexeizinin
Copy link

Dears,
Can you add the type "game" to the search?

In the database there are already many records with this type.
Thanks

@alexeizinin
Copy link
Author

type=game working
not documented

@torben-w
Copy link

While the search works, it's not possible to get a game by title:

http://www.omdbapi.com/?apikey=[...]&t=skyrim&type=game will cause the error { "Response": "False", "Error": "Movie not found!" } while the same query works with type movie or without a type.

Getting a game by id works fine: http://www.omdbapi.com/?apikey=[...]&i=tt1814884

@jerrebm
Copy link

jerrebm commented Dec 10, 2019

+1 for this. Need the search to work withtype=game in order to list suggestions in a search box

@torben-w
Copy link

torben-w commented Dec 10, 2019

Search with &i=...&type=game should work.

@jerrebm
Copy link

jerrebm commented Dec 10, 2019

Search with &i=...&type=game should work.

@torben-w I tried, it doesn’t work for the general search if you you don’t know the ID yet.

@torben-w
Copy link

torben-w commented Dec 11, 2019

Sorry, I meant s instead of i. I haven't tested it now, but I know it worked a few months ago.

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

3 participants