Skip to content

Commit

Permalink
Merge pull request #928 from biodiversitydata-se/upstream-materialsam…
Browse files Browse the repository at this point in the history
…pleid

Add materialSampleID to occurrence record endpoint
  • Loading branch information
adam-collins authored Oct 8, 2024
2 parents a40934b + 8ad003f commit 5e4ab73
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 5e4ab73

Please sign in to comment.