diff --git a/module/VuFind/src/VuFind/Search/WorldCat/Results.php b/module/VuFind/src/VuFind/Search/WorldCat/Results.php index d3e1030a8ce17dd9b51cc434998de3ddd3244146..128d6f757b2da3980bef98a5d99d82d61e396b1c 100644 --- a/module/VuFind/src/VuFind/Search/WorldCat/Results.php +++ b/module/VuFind/src/VuFind/Search/WorldCat/Results.php @@ -48,7 +48,7 @@ class Results extends \VuFind\Search\Base\Results { $query = $this->getParams()->getQuery(); $limit = $this->getParams()->getLimit(); - $offset = $this->getStartRecord() - 1; + $offset = $this->getStartRecord(); $params = $this->getParams()->getBackendParameters(); $collection = $this->getSearchService() ->search('WorldCat', $query, $offset, $limit, $params);