1) I detected a sorting problem when a search string is specified in the Nearest Airport menu:
- Trigger actions
=> Nearest / Nearest airports / type a string to search in the database, e.g. "RWY"
- Problem
=> the result of the search is sorted by name instead of distance, although "Dist" is shows as selected (green dot),
- Workaround until this is fixed
=> Click on the green dot to revalidate the sorting, then the list is properly sorted
2) When testing this, my "smart" keyboard took the liberty to add a space after "RWY" => "RWY ".
This allowed me to observe that the app crashes in this case (ending space after RWY).
No crash if the space is deleted before launching the search.