Why does FindFlight include flights that are in the past, like in a previous day? Also, is there a way to implement a date range search function for FindFlight?
Some users need the ability to find flights that have already completed. The function was designed to return completed flights from the prior day, current day flights, and tomorrow’s flights. You can filter the results within your application’s code to exclude the flights you are not interested in.