tanay1337 / fastr

A Quicker solution for browsing movies!
MIT License
5 stars 79 forks source link

No results until full word is typed #8

Closed shubhamoli closed 9 years ago

shubhamoli commented 9 years ago

There are no results until we type full word in movie name " ex:- kuch kuch hota hai" it shows results when typed "kuch kuch" but doesn't when we type "kuch kuch ho".

tanay1337 commented 9 years ago

Thanks, but it is not a bug, it is a restriction of the API. We pass the search query we get from user and send a GET request to the API. Unless you send a full name or at least a substantial part of the movie, the API does not return any results!

tanay1337 commented 9 years ago

As for your problem with Prestige movie searching it happens because the movie's name is "The Prestige" and not prestige. Anyways, you could correct your errors from the related results section.