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?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on October 29, 2015 at 10:29 AM
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.
Reply by Nightingale
on October 29, 2015 at 6:48 PM
Sure. Many thanks!!