Fuzzy matching not working with wm_records_names function
johnny3125 opened this issue · 2 comments
johnny3125 commented
Fuzzy matching not working with wm_records_names function
bart-v commented
This is normal, as the call uses the function
AphiaRecordsByNames()
Line 26 in a07d175
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
pieterprovoost commented
But the fuzzy
parameter is still there. Will provide a fix in #41.