Open blairg23 opened 5 years ago
Potential solution is to encode the name of the movie:
http://www.omdbapi.com/?t=Charlie%27s%20Angels&y=2000&plot=full
I've used the encodeURIComponent() function in JavaScript, I'm sure that other languages have something similar
Some examples that return
Movie not found!
:The same results if using
t=
query parameter. It would be really nice to do fuzzy searching over titles and there are some great libraries out there to do it!