Summary: | Searching in Pubmed return no items or the result is not the expected | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Elizabeth <elizzabeth.org> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | michael.zugaro |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/tellico/dd14c84415f5384cff12a4bd6d4809742b39d7c7 | Version Fixed In: | 2.3.8 |
Sentry Crash Report: |
Description
Elizabeth
2013-05-08 04:34:29 UTC
I am experiencing a similar problem. Most queries for references published in 2013 fail (queries for older references seem to work, however). Example: 1. Internet search 2. dragoi[au] tonegawa[au] 2013[dp] 3. "Entrez Database" in search source 4. Search button The same search on PubMed does retrieve the appropriate reference. I hope this is not too difficult to fix. Thank you for tellico! Git commit dd14c84415f5384cff12a4bd6d4809742b39d7c7 by Robby Stephenson. Committed on 08/06/2013 at 20:34. Pushed by rstephenson into branch '2.3'. Fix the Entrez/Pubmed fetcher to grab all results Apparently, adding the retstart parameter to the summary url causes some searches to fail to return results. Change the request to only use retstart when continuing a search (when retstart > 1). Add unit test for Pubmed results, as well. FIXED-IN: 2.3.8 M +4 -0 ChangeLog M +3 -1 src/fetch/entrezfetcher.cpp M +3 -0 src/tests/CMakeLists.txt A +149 -0 src/tests/entrezfetchertest.cpp [License: GPL (v2/3)] A +49 -0 src/tests/entrezfetchertest.h [License: GPL (v2/3)] M +3 -0 src/tests/tellicotest.config http://commits.kde.org/tellico/dd14c84415f5384cff12a4bd6d4809742b39d7c7 |