inspirehep / invenio

Invenio digital library software, INSPIRE OPS version
http://invenio-software.org/
GNU General Public License v2.0
3 stars 10 forks source link

DocExtract: fix find_doi in linker #488

Closed tsgit closed 5 years ago

tsgit commented 5 years ago

Fix DOI lookup. 0247_a has bare DOI and qualifier in 0247_2, while 999C5a has prefix doi: to distiinguish from hdl: etc.

This patch ensures a possible doi: prefix is stripped before searching for matching record

Signed-off-by: Thorsten Schwander thorsten.schwander@gmail.com