diff --git a/www/pages/api.php b/www/pages/api.php index 1bda31209..19c5ac379 100644 --- a/www/pages/api.php +++ b/www/pages/api.php @@ -141,7 +141,8 @@ switch ($function) { if (isset($_GET['q'])) { $relData = $releases->search( - $_GET['q'], -1, -1, -1, $categoryID, -1, -1, 0, 0, -1, -1, $offset, $limit, '', $maxAge, $catExclusions + $_GET['q'], -1, -1, -1, -1, -1, 0, 0, -1, -1, $offset, $limit, '', $maxAge, $catExclusions, + "basic", $categoryID ); } else { $totalRows = $releases->getBrowseCount($categoryID, $maxAge, $catExclusions);