diff --git a/mobile.netbiblio.php b/mobile.netbiblio.php index c38cffd..2120f1b 100644 --- a/mobile.netbiblio.php +++ b/mobile.netbiblio.php @@ -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));