Hi Paul,
I think some people have passed with only the origin and destination airport fields available as search criteria. This sounds logical to me, since these are the only two explicitly listed in the instructions.
However, there is an example of search criteria in the instructions:
"Carrier='SpeedyAir',Origin='SFO'"
This instruction has generated lots of discussion in this forum.
There are those that argue that this is just an example of two fields and their values, and has nothing to do with the assignment since one of the field names doesnt match.
There are those that made sure that they can handle the formatting (I am one of them), and there are those that have specified their own formatting.
And there are those that have taken the example of "Carrier" to indicate that they should have a carrier selection field in their as one of the search criteria.
Personally I had a Carrier drop down list in my selection screen.
I also wrote the code server side so that it would handle any column name (not just the ones mentioned), and I wrote the client side so that it would be only a few minutes work to add extra selections.
Regards, Andrew