Keyboard Shortcuts
Advanced Search
I have tried to implement an auto complete on search of a movie, but sadly i have not won, has anybody done this yet?
Hey CrazyZimbo,
What language are you trying to do this in? The query from an API perspective would look like this:
https://api.themoviedb.org/3/search/movie?api_key=###&query=dark+kn&search_type=ngram
Is that would you have been using?
Can't find a movie or TV show? Login to create it.
Login
Sign Up
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
Reply by Travis Bell
on September 12, 2014 at 2:05 PM
Hey CrazyZimbo,
What language are you trying to do this in? The query from an API perspective would look like this:
Is that would you have been using?