Case-insensitive search across name, nativeName, altSpellings, capital.
static List<Country> search(String query) => _all.search(query);