-
-
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
Enable ISBN search with GVK #10211
Enable ISBN search with GVK #10211
Conversation
Fixes #10123 Tested with the ISBNs
src/main/java/org/jabref/logic/importer/fetcher/isbntobibtex/IsbnFetcher.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jabref/logic/importer/fetcher/isbntobibtex/IsbnFetcher.java
Outdated
Show resolved
Hide resolved
src/test/java/org/jabref/logic/importer/fetcher/isbntobibtex/GVKIsbnFetcherTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/jabref/logic/importer/fetcher/isbntobibtex/GVKIsbnFetcherTest.java
Show resolved
Hide resolved
Your code currently does not meet JabRef's code guidelines. The tool reviewdog already placed comments on GitHub to indicate the places. See the tab "Files" in you PR. Please carefully follow the setup guide for the codestyle. Afterwards, please run checkstyle locally and fix the issues. More information on code quality in JabRef is available at https://devdocs.jabref.org/getting-into-the-code/development-strategy.html. |
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
Fixed most of the fetcher tests as well |
ISBN fetcher tests are failing. Looks like the details in the entries found are better than expected. |
Ah forgot to adjust the composite id fetcher test |
Fixes #10123
Fixes #9979
Refs #10125
Tested with the ISBNs
Only the first ISBN seems odd, alternative isbn is working now
https://opac.k10plus.de/DB=2.299/SET=2/PRS=HOL/SHW?FRST=1&ACT=SRCHA
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)