Skip to content

Commit

Permalink
Add materialSampleID to occurrence record endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Oct 7, 2024
1 parent a40934b commit 8ad003f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2128,6 +2128,7 @@ Map fullRecord(SolrDocument sd, boolean isRaw, Function<String, String> getField
addField(sd, occurrence, "institutionID", getFieldName);
addField(sd, occurrence, "language", getFieldName);
addField(sd, occurrence, "lifeStage", getFieldName);
addField(sd, occurrence, "materialSampleID", getFieldName);
addField(sd, occurrence, "modified", getFieldName);
addField(sd, occurrence, "occurrenceAttributes", getFieldName);
addField(sd, occurrence, "occurrenceDetails", getFieldName);
Expand Down

0 comments on commit 8ad003f

Please sign in to comment.