Duplicate Criteria
I could not find any info on how Zotero decides which files are duplicates. What is the criteria... exact titles and exact same author... does year have to be the same, ISBN, other combos that might trigger a match? Can the criteria be modified?
They can’t be modified at this time.
- Titles must match, then:
- Different DOI or ISBN, not a match
- Else, if there is one common creator and year is within 1 year, it’s a match
FWIW, when trying to understand code you'd always want to look for comments (starting with // in javascript) which describe what's going on. The actual code is much harder to understand.