Options are documented in the Check Fares section of the configuration documentation.
Specifying the same_day_nonstop value to the check_fares config option will make the script will check for lower fares across all nonstop flights on the same day the flight is. Adjacently, specifying the same_day value for check_fares will check for lower fares across all flights on the same day, not just nonstop flights.
Integration tests were added to ensure all filters are working as expected.
Fixes #212.
Options are documented in the Check Fares section of the configuration documentation.
Specifying the
same_day_nonstop
value to the check_fares config option will make the script will check for lower fares across all nonstop flights on the same day the flight is. Adjacently, specifying thesame_day
value for check_fares will check for lower fares across all flights on the same day, not just nonstop flights.Integration tests were added to ensure all filters are working as expected.