Open amelialaundy opened 8 years ago
Having no case preference would be nice:
e.g lookup({name: 'Antigua and Barbuda'}) doesn't find a match because the source data uses 'And'
lookup({name: 'Antigua and Barbuda'})
I have a branch cut with a fix for this if you want to incorporate it.
Sometimes we have country name like 'UNITED STATES'
Fix the issue on https://github.com/Sonatrix/country-list https://npm.runkit.com/country-data-list
Having no case preference would be nice:
e.g
lookup({name: 'Antigua and Barbuda'})
doesn't find a match because the source data uses 'And'I have a branch cut with a fix for this if you want to incorporate it.