alexrabarts / iso_country_codes

A Ruby library that provides ISO 3166-1 country codes/names and ISO 4217 currencies
http://github.com/alexrabarts/iso-country-codes
163 stars 62 forks source link

Bad search by empty string #40

Open kkolotyuk opened 8 years ago

kkolotyuk commented 8 years ago

IsoCountryCodes.search_by_name('') returns not empty list as expected =(

pjmartorell commented 3 years ago

just rescue UnknownCodeError and return an empty list, that's all