Open stevejpurves opened 2 years ago
if we repeatedly bring in a reference from the same source, it is not being deduped:
Where we expect our IDs to be stable and this to dedupe appropriately.
A GET api request with format='bibtex' appears to provide a deduped response
GET
format='bibtex'
Actually, this is incorrect ☝🏼 is seems that with format=bibtex we only retrieve a single enry
if we repeatedly bring in a reference from the same source, it is not being deduped:
Where we expect our IDs to be stable and this to dedupe appropriately.