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

Allow searching movies with filters #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ferdy89
Copy link

@Ferdy89 Ferdy89 commented May 24, 2020

The API for Movies allows searching with more than just the query. However, the gem didn't have a way of adding these filters.

This commit allows passing a hash of filters to the search/find method so these parameters can be added when searching.

The [API for Movies](https://developers.themoviedb.org/3/search/search-movies)
allows searching with more than just the query. However, the gem didn't
have a way of adding this filters.

This commit allows passing a hash of filters to the search/find method
so these parameters can be added when searching.
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 this pull request may close these issues.

None yet

1 participant