8bd47ac43aebdc1f4329b89871591e8330869771
- Rewrite airport search to use priority buckets instead of simple append: exact IATA → IATA prefix → city prefix → city contains → name prefix → name contains → country match. This ensures BER appears before Berlin-Schönefeld when typing "BER". - Add _MISSING_AIRPORTS patch list to get_airport_data() so airports absent from the OpenFlights dataset (e.g. BER opened Nov 2020, IST new Istanbul airport) are included at runtime. - Deduplicate results via seen-set to avoid duplicate entries. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The file is empty.
Description
Languages
Python
65.8%
TypeScript
33.3%
CSS
0.6%
JavaScript
0.2%
HTML
0.1%