Skip to content

Commit

Permalink
#845 return degreeOfEstablishment with fullRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Collins committed Jul 11, 2024
1 parent 2f8095f commit 2e62dc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2119,6 +2119,7 @@ Map fullRecord(SolrDocument sd, boolean isRaw, Function<String, String> getField
addField(sd, occurrence, "disposition", getFieldName);
// addField(sd, occurrence, "dynamicProperties", getFieldName);
addField(sd, occurrence, "establishmentMeans", getFieldName);
addField(sd, occurrence, "#8", getFieldName);
addField(sd, occurrence, "fieldNotes", getFieldName);
addField(sd, occurrence, "fieldNumber", getFieldName);
addField(sd, occurrence, "individualCount", getFieldName);
Expand Down

0 comments on commit 2e62dc9

Please sign in to comment.