OmnesRes / prepub

Production code for PrePubMed
http://www.prepubmed.org/
MIT License
17 stars 6 forks source link

hyphenated names #3

Closed OmnesRes closed 7 years ago

OmnesRes commented 7 years ago

I discovered today that hyphenated first names are not being handled correctly. They are being stored correctly in name_last, but parsing_query forgets to check for them. I think this is a simple fix.

I don't know if hyphenated last names have a similar issue.

OmnesRes commented 7 years ago

Okay, fixed the first name hyphenated issue. It was a little more involved than I thought. Last name likely has the same issue, but most people don't abbreviate last names when they search. I might get around to fixing last names as well at some point.