Advanced flight search

Im trying to find flights based off of input ICAO codes together like this

{orig KMDW} {dest KPHX} {match ident SWA*}

however it results in a 400

so is there anyway of doing that to make it work

The general pattern for the query should be {operator key value}. The orig and dest components are missing their operator components. Something like {= orig KMDW} {= dest KPHX} {match ident SWA*} should start deliver results.

awesome ill try that now