@@ -2919,6 +2919,14 @@ <h1 id="route-request">Route Request</h1>
2919
2919
< td style ="text-align: center; "> 2.0</ td >
2920
2920
</ tr >
2921
2921
< 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 >
2922
2930
< td > < a href ="#rd_if_filterItinerariesWithSameFirstOrLastTrip "> filterItinerariesWithSameFirstOrLastTrip</ a > </ td >
2923
2931
< td style ="text-align: center; "> < code > boolean</ code > </ td >
2924
2932
< 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>
3838
3846
with paging, itineraries after the limit, but inside the search-window are skipped when
3839
3847
moving to the next page.</ li >
3840
3848
</ 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 >
3841
3860
< h3 id ="rd_if_filterItinerariesWithSameFirstOrLastTrip "> filterItinerariesWithSameFirstOrLastTrip</ h3 >
3842
3861
3843
3862
< 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