ropensci/worrms

Fuzzy matching not working with wm_records_names function

johnny3125 opened this issue · 2 comments

Fuzzy matching not working with wm_records_names function

This is normal, as the call uses the function
AphiaRecordsByNames()

wm_GET(file.path(wm_base(), "AphiaRecordsByNames"),

Fuzzy match is only available via
AphiaRecordsByMatchNames

This is an API change that has been communicated a long time ago...
2013-07-17 added function matchAphiaRecordsByNames (...) This results in removing/ignoring the fuzzy parameter in all other functions

But the fuzzy parameter is still there. Will provide a fix in #41.