FlyerTalk Forums - View Single Post - TIP: More hidden features of ITA
View Single Post
Old Jan 9, 2011 | 4:47 pm
  #81  
aktchi
10 Countries Visited
20 Countries Visited
30 Countries Visited
15 Years on Site
 
Join Date: May 2007
Location: ORD, DEL
Programs: AA (Plt Pro; 1.5 MM)
Posts: 6,223
Originally Posted by DemonDeacon
Does anyone know what to plug in to prohibit multiple connections? For example, I want to fly SLC-CLT on DL but not connect through ATL or MEM
I take your question to mean that you want only one connection and that it should not be ATL or MEM. Following will do this while restricting the flights to Delta:

Code:
SLC:: DL ~ATL,MEM DL
CLT:: DL ~ATL,MEM DL
Later Edit. Although the above has usually worked for me, as the post below explains, it is not quite correct if somebody wanted to avoid not just connections but also stops. If that's what you meant, a better syntax would be:

Code:
SLC:: N:DL ~ATL,MEM N:DL
CLT:: N:DL ~ATL,MEM N:DL
(BTW I had to use the "code" command because without it you get NL for a nonstop DL flight.)

Last edited by aktchi; Jan 30, 2011 at 10:13 pm
aktchi is offline