Skip to content

Commit

Permalink
commit new fields for project search #1641
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Nov 7, 2024
1 parent 38f2062 commit a93cb43
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ class BioCollect {
projectType : doc.projectType,
isMERIT : doc.isMERIT,
tags : doc.tags,
containsActivity : doc.containsActivity
containsActivity : doc.containsActivity,
publicParticipation : doc.publicParticipation,
numberOfRecords : doc.numberOfRecords
]
}
}
Expand Down

0 comments on commit a93cb43

Please sign in to comment.