andrewmd5 / Netflix-Roulette-API

Everything for the http://netflixroulette.net/ API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search by Partial Title

samukas opened this issue · comments

Allow the possibility to search by a subset of the full title.
At the moment, search by a part of the title won't give any results.

Example:
One Result: http://netflixroulette.net/api/api.php?title=Buffy+the+vampire+slayer
No results: http://netflixroulette.net/api/api.php?title=Buffy

Also related to this, the search for "World War Z" will return one result only, but there is also another version that shows up only when searching for "World War Z: Unrated Version".

It's unlikely that someone would know that there are two version of the same movie available, so it would be useful to return both results.

This feature will be implemented.