Skip to content

Commit

Permalink
Merge pull request #232 from KPMP/KPMP-4800_IncreaseFacetLimit
Browse files Browse the repository at this point in the history
KPMP-4800: Increase number of participants allowed
  • Loading branch information
zwright authored Nov 29, 2023
2 parents d8d8c8b + ebb5cbb commit d2fe4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const searchConfig = {
facets: {
sex: { type: "value", size: 100},
age: { type: "value", size: 100},
redcapid: { type: "value", size: 200 },
redcapid: { type: "value", size: 500 },
tissuetype: { type: "value", size: 100},
imagetype: { type: "value", size: 100},
datatype: { type: "value", size: 100 },
Expand Down

0 comments on commit d2fe4ba

Please sign in to comment.