Skip to content

Commit

Permalink
Merge pull request #106 from Facts-and-Files/fix/statisticsLimit
Browse files Browse the repository at this point in the history
fix: increase statistics limit
  • Loading branch information
trenc authored Apr 10, 2024
2 parents 250599a + fbef9cf commit e560182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/app/Http/Controllers/StatisticsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public function index(Request $request): JsonResponse
'ScoreTypeId' => 'ScoreTypeId'
];

$request->merge(['limit' => 1000000]);

$initialSortColumn = 'Year';

$model = new SummaryStatsView();
Expand Down
2 changes: 1 addition & 1 deletion src/storage/api-docs/api-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3

info:
version: 1.37.0
version: 1.37.1
title: Transcribathon Platform API v2
description: This is the documentation of the Transcribathon API v2 used by [https:transcribathon.eu](https://transcribathon.eu/).<br />
For authorization you can use the the bearer token you are provided with.
Expand Down

0 comments on commit e560182

Please sign in to comment.