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?
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 29 outubro 2015 às 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.
Resposta de Nightingale
em 29 outubro 2015 às 6:48 PM
Sure. Many thanks!!