@@ -2919,6 +2919,14 @@ <h1 id="route-request">Route Request</h1>
29192919< td style ="text-align: center; "> 2.0</ td >
29202920</ tr >
29212921< tr >
2922+ < td > < a href ="#rd_if_filterDirectFlexBySearchWindow "> filterDirectFlexBySearchWindow</ a > </ td >
2923+ < td style ="text-align: center; "> < code > boolean</ code > </ td >
2924+ < td > Filter direct flex results by the search window. The search-window is not used during flex routing, but we use one end to align it with transit results.</ td >
2925+ < td style ="text-align: center; "> < em > Optional</ em > </ td >
2926+ < td > < code > true</ code > </ td >
2927+ < td style ="text-align: center; "> 2.7</ td >
2928+ </ tr >
2929+ < tr >
29222930< td > < a href ="#rd_if_filterItinerariesWithSameFirstOrLastTrip "> filterItinerariesWithSameFirstOrLastTrip</ a > </ td >
29232931< td style ="text-align: center; "> < code > boolean</ code > </ td >
29242932< td > If more than one itinerary begins or ends with same trip, filter out one of those itineraries so that only one remains.</ td >
@@ -3838,6 +3846,17 @@ <h3 id="rd_if_debug">debug</h3>
38383846 with paging, itineraries after the limit, but inside the search-window are skipped when
38393847 moving to the next page.</ li >
38403848</ ul >
3849+ < h3 id ="rd_if_filterDirectFlexBySearchWindow "> filterDirectFlexBySearchWindow</ h3 >
3850+
3851+ < p > < strong > Since version:</ strong > < code > 2.7</ code > ∙ < strong > Type:</ strong > < code > boolean</ code > ∙ < strong > Cardinality:</ strong > < code > Optional</ code > ∙ < strong > Default value:</ strong > < code > true</ code > < br />
3852+ < strong > Path:</ strong > /routingDefaults/itineraryFilters </ p >
3853+ < p > Filter direct flex results by the search window. The search-window is not used
3854+ during flex routing, but we use one end to align it with transit results.</ p >
3855+ < p > When direct flex is mixed with a transit search in the same request, then the direct
3856+ flex results are filtered by the search window of the transit results.</ p >
3857+ < p > Depart-at searches are filtered by latest-arrival-time and arrive-by searches are
3858+ filtered by earliest-departure-time.</ p >
3859+ < p > Use this configuration to turn this feature off.</ p >
38413860< h3 id ="rd_if_filterItinerariesWithSameFirstOrLastTrip "> filterItinerariesWithSameFirstOrLastTrip</ h3 >
38423861
38433862< p > < strong > Since version:</ strong > < code > 2.2</ code > ∙ < strong > Type:</ strong > < code > boolean</ code > ∙ < strong > Cardinality:</ strong > < code > Optional</ code > ∙ < strong > Default value:</ strong > < code > false</ code > < br />
0 commit comments