rvs76 / tvdblib

Automatically exported from code.google.com/p/tvdblib
0 stars 0 forks source link

Search results unpredictable #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When doing a search for a series, the results can be somewhat unpredictable. I 
don't know if this is down to the tvdblib or the tvdb itself, but for instance, 
searching for "ban" brings back 2 results, "Ban this Filth" and "Elf Ban 
Kakyusei" but not "Banshee"

Searching for banshee however, brings back Banshee just fine.

Original issue reported on code.google.com by m...@marcsapps.co.uk on 25 Mar 2013 at 4:22

GoogleCodeExporter commented 9 years ago
The code being used is:

 SearchResults = tvdbHandler.SearchSeries(series, TvdbLanguage.DefaultLanguage)

            Return SearchResults

where "series" is a string

Original comment by m...@marcsapps.co.uk on 25 Mar 2013 at 4:24