Hello Team,
I am using flightaware to do a search on flights, My Account Subscription, tells me I can get 50 results per page. So I did the following:
$result = $client->SetMaximumResultSize(50);
Also, in my search function of AirlineFlightSchedules, I pass 50 as an argument, eg:
Array
(
[origin] =>
[destination] => STT
[airline] => LIA
[flightno] =>
[howMany] => 50
[offset] => 1
)
But still returns me 15 flights per page. Please let me know why I do not get 50 results. Will look forward to your response.
Thanks
Amit