nshillin / 291MiniProject1

0 stars 0 forks source link

Search Flights Formatting #2

Closed sensible-heart closed 9 years ago

sensible-heart commented 9 years ago

For source and destination, the user may enter an airport code or a text that can be used to find an airport code. If the entered text is not a valid airport code, your system should search for airports that have the entered text in their city or name fields (partial match is allowed) and display a list of candidates from which an airport can be selected by the user. Your search for source and destination must be case-insensitive.

sensible-heart commented 9 years ago

Whoops duplicate!