geteduroam / apple-app

This app for iPhone, iPad and Mac configures devices for use with the eduroam network.
https://geteduroam.app/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Matching translations and searching #135

Open johankool opened 2 months ago

johankool commented 2 months ago
                "name": {
                    "any": "Nicolaus Copernicus University",
                    "en": "Nicolaus Copernicus University",
                    "pl": "Uniwersytet Miko\u0142aja Kopernika"
                },

Currently we match only on the name in the current language, so if you run the app in English or Dutch it matches on "Nico" and on "NCU", and in Polish it matches on "Miko" and "UMK".

Should we match across languages? Might be confusing when matches show that don't seem to match the query, but also may make it harder to find an organization when looking for the English name or abbreviation while running in the local language.