-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate check during import marks articles from collection as possible duplicates #8885
Comments
I think that I experienced a similar problem in the past. |
Can you please test with the latest development version? We recently improved the merging and duplicate detection handling. We would like to ask you to use a development build from https://builds.jabref.org/main and report back if it works for you. Please remember to make a backup of your library before trying-out this version. |
Would you mind sharing the bib entries for testing? |
I think I found a mistake in my database. I only had the book's ISBN in the entries. Hence, all entries had the same ISBN. Removing the ISBN from the entries solves the problem. Moreover, after putting the DOIs for each entry, they are not recognized as duplicates anymore (only if both entries have DOIs, if one does and the other not, they are recognized as duplicates (due to the ISBN?)). Hence, I think it is my mistake. I don't think it is correct to have all entries with the same ISBN, which refers to the whole book. These are five entries: |
You could handle such cases with entry links https://docs.jabref.org/advanced/entryeditor/entrylinks |
Thank you for the hint. IMHO this is a bug in the duplicate detection. I "unzipped" the explanation at #9769 (comment).
This is what ISBNs are used for. Depending on the bibtex style required by the publisher, either the ISBN or the DOI is printed. Maybe both. In the case only the ISBN is printed, the information is IMHO useful to find the entry. |
@AbdAlRahmanGad Would it be theoretically and technically possible to only remove the ISBN duplicate detection for InBook or InCollection in your pull-request? |
I think it would be possible. |
@AbdAlRahmanGad For that, add a test case and then with trial and error fix the code ^^ |
JabRef version
Latest development branch build (please note build date below)
Operating system
GNU / Linux
Details on version and operating system
JabRef 5.7--2022-06-01--943489e || Linux 5.10.0-14-amd64 amd64 || Java 18.0.1 || JavaFX unknown
Checked with the latest development build
Steps to reproduce the behaviour
Appendix
The text was updated successfully, but these errors were encountered: