Hello, I'm sure this problem is on my end, since I'm new to using this api (and api all in general). Anyway, when I try to search, for example:
http://api.themoviedb.org/3/search/movie?api_key=###&query=rush
Not all of the rush hours show up.
Same for if I try:
http://api.themoviedb.org/3/search/movie?api_key=###&query=shaw
no shawshank redemption shows up. How do I get this to work? Thank you.
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ مارس 24, 2014 ساعت 12:06 ب.ض
By default, the search doesn't use ngrams. if you're looking for a "autocomplete" type search, use
?search_type=ngram
. For more search options, make sure to consult the documentation.پاسخ توسط wilfert2
در تاریخ مارس 24, 2014 ساعت 12:23 ب.ض
Thank you. That seemed to work better for the rush example, but shawshank redemption still doesn't show up. Any idea?
پاسخ توسط Travis Bell
در تاریخ مارس 24, 2014 ساعت 12:28 ب.ض
The more you type, the better the results will be.
Returns Shawshank.
پاسخ توسط wilfert2
در تاریخ مارس 24, 2014 ساعت 12:39 ب.ض
You're right. My php code was stupid, and I was starting at i = 1 and not i = 0, so I was skipping it -_-
Thanks. You're a lot of help.