Originally Posted by Cameron B
How does the above scenario make it a "batched" query? Basically, search for the exact flight, ONE at a time. Is accessing just a single flight # a problem for some reason or another? I guess I fail to understand...
In your OP, you wrote "3-5 flight lookups at once", so that kind of answers that question...
Put more simply, the way the Tool currently works is based on the "1 click of the Go button = 1 query". What you are proposing, would make it "1 click of the Go button = multiple queries", which is problematic.