Hi,
I'm looking for a solution. When searching for a movie title there are mostly more entries to find. "San Andreas" for example. But I need only the first result. How can I manage that my query will come back with the most suitable result?
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika Travis Bell
29 października 2015 o godz. 10:29AM
Hi Nightingale,
The
results
field is just an array. If you're only interested in seeing the first result, only show the first item of the array.Cheers.
Odpowiedź użytkownika Nightingale
29 października 2015 o godz. 6:48PM
Sure. Many thanks!!