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

Changed the semicolon to an ampersand so the endpoint URI is constructed... #5

Closed
wants to merge 2 commits into from
Closed

Changed the semicolon to an ampersand so the endpoint URI is constructed... #5

wants to merge 2 commits into from

Conversation

jasonrhodes
Copy link

... correctly

Leaving it as it is now, the search results were coming back seemingly wrong. For instance, a search for "Looper" was returning "The Office", "Another World", etc. seen here: http://akas.imdb.com/find?q=Looper;s=tt

Change that URL to http://akas.imdb.com/find?q=Looper&s=tt and it correctly returns "Looper" as the top result.

@jasonrhodes
Copy link
Author

I also just added a commit that adds a url getter to the Movie class. If that's a big deal I can remove it from this PR and put it in a different one later.

@jasonrhodes jasonrhodes closed this Apr 8, 2019
@jasonrhodes jasonrhodes deleted the fix-search-constructor branch April 8, 2019 18:20
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