Using the movie search API with the query string "Mr. & Mrs. Smith" limited to year 2005 I get results in the following order:
'original_title' => 'Mr. Christmas',
'original_title' => 'Mr. & Mrs. Smith',
'original_title' => 'Mr. Nice Guy',
And so on. This seems like a really incorrect search result ordering, is there any chance this can be fixed?
(Side note, performing the search with query_type => ngram does indeed give the correct movie as the first result but it follows it with a number of apparently random movie suggestions which makes me hesitant to rely on it for a large corpus of searches)
Also the when you search via the actual website for 'Mr. & Mrs. Smith' it sure doesn't return 'Mr. Christmas' !
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ ژانویه 16, 2014 ساعت 1:34 ب.ض
Hi rmzg,
Are you making sure to escape the ampersand?
and
Provide proper results.
پاسخ توسط rmzg
در تاریخ ژانویه 16, 2014 ساعت 1:43 ب.ض
Wow, thanks. I guess what's what I get for trusting third party libraries!
پاسخ توسط Travis Bell
در تاریخ ژانویه 16, 2014 ساعت 1:44 ب.ض
;)
If possible, you should contact the developer of the library and/or perhaps contribute a fix for it.
Cheers.