Jabref Daily: Fetchers Get Smarter About Raw Queries
JabRef continued its push to support raw search queries across academic database fetchers, with Medline and ADS joining ArXiv, while a separate fix addressed rate-limiting errors on Semantic Scholar searches.
Duration: PT2M26S
Episode overview
This episode is a short developer briefing from Jabref Daily.
It explains recent repository work in plain language.
- Show: Jabref Daily
- Published: 2026-07-19T04:00:33Z
- Audio duration: PT2M26S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good evening, it's July 19, 2026, and this is JabRef Daily.
Today's biggest thread is the ongoing systematic literature review effort to support raw query search across JabRef's academic fetchers. Two-phase search APIs are getting consistent treatment.
Contributor Loay Tarek Mostafa landed two related pull requests. PR 16283 brings raw query support to the Medline and PubMed fetcher, which works in two steps: one call retrieves IDs, a second downloads the actual records. Rather than force this into the existing single-query hook, the fix overrides the raw search…
Separately, PR 16285 fixes a real reliability bug: Semantic Scholar search requests were missing a required authentication header, causing rate-limiting errors during searches even though other methods on that fetcher already set the header correctly. That's a straightforward but important fix for anyone relying on…
On the UI side, two smaller but user-facing fixes are in progress. PR 16286 threads modifier-key awareness into entry drag-and-drop, laying groundwork for copy versus move behavior between libraries. PR 16284 caps an autocomplete popup at five rows in the Entry Types preferences tab, fixing a case where the…
Finall…
Nearby episodes from Jabref Daily
- Cleaning Up Rough Edges for Users
- Cleaning Up Rendering and Fixing Silent Bugs
- Metadata Import Gets a Fix Sweep
- Cleaning Up Data Correctness Bugs
- Cleaning Up Import Pipelines
- Trust and Rendering Fixes Land
- ArXiv Fetcher Overhaul and Small Polish Fixes
- Consistency Fixes Across Search and Data Handling