tnabtaf/pub_spork

Reporting is dropping pubs from Zotero lib

Closed this issue · 1 comments

The reporting function is dropping 9 papers from a Zotero library in the tagyear report.

I suspect this is because pubs with the same title are not being handled correctly.

Looks likely. publication.PubLibrary.add_pub() will blithely overwrite a preexisting paper with same canonical title.

That's going to require a bigger fix then hoped.

Fixed this for reporting in commit aab4995. However, there is a problem with how duplicated titles are handled. Opening Issue #3 to describe this