Old search always start at page 0
This commit is contained in:
@@ -296,7 +296,7 @@ class NetBiblio extends WebService
|
||||
'queryText' => $query,
|
||||
'queryType' => is_numeric($query) && strlen($query) <= 5 ? 'code' : 'text',
|
||||
'count' => $limit,
|
||||
'page' => ($start / $limit),
|
||||
'page' => 0,
|
||||
);
|
||||
$this->NewSearch(json_encode($query));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user