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 e0cb48e commit cef9e58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +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, "degreeOfEstablishment", getFieldName);
addField(sd, occurrence, "fieldNotes", getFieldName);
addField(sd, occurrence, "fieldNumber", getFieldName);
addField(sd, occurrence, "individualCount", getFieldName);
Expand Down

0 comments on commit cef9e58

Please sign in to comment.