cata76 / IMDb

Other
0 stars 0 forks source link

Wrong Value Returned in specific case #1

Open Krutonium opened 6 months ago

Krutonium commented 6 months ago

When I do a search for Nausicaa of the Valley of the Wind 1984 it finds the movie on IMDb, as evidenced by finding the correct Year, specifically this page

https://www.imdb.com/title/tt0087544/?ref_=fn_al_tt_2

However, when I ask for the title, what I get back is

https://www.imdb.com/title/tt1383711/?ref_=tt_trv_cnn - Which is listed on the first page under "Connections" as Edited into [Tales of the Valley of the Wind](https://www.imdb.com/title/tt1383711/?ref_=tt_trv_cnn) (2009)

So it returns "Tales of the Valley of the Wind (1984)" image

And none of the answers are technically correct.

cata76 commented 6 months ago

In version 1.0.9, I have implemented the 'exact' parameter on the search method. By default, this parameter is set to true and allows you to search for your title faithfully respecting the text.

In the previous version, the 'exact' parameter was forcibly set to false and returned the most popular searches.

Please update the library and let me know if you encounter any further issues.