Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 81c76ca

Browse files
committed
working aggregator
1 parent 2c47be6 commit 81c76ca

File tree

7 files changed

+1559
-76
lines changed

7 files changed

+1559
-76
lines changed

backend/lib/fetchArticles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const searchBody = {
4848
function constructSAPIQuery(params) {
4949
const defaults = {
5050
queryString: "",
51-
maxResults: 5,
51+
maxResults: 10,
5252
offset: 0,
5353
aspects: ["title", "lifecycle", "location"], // [ "title", "location", "summary", "lifecycle", "metadata"],
5454
constraints: [],

0 commit comments

Comments
 (0)