Skip to content

Commit

Permalink
networkKeys field was renamed in Elastic
Browse files Browse the repository at this point in the history
  • Loading branch information
fmendezh committed Apr 22, 2021
1 parent 4c91b09 commit bf90c11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public DatasetSearchResult toSearchResult(SearchHit hit) {
getCountryListValue(fields, "countryCoverage").ifPresent(d::setCountryCoverage);
getStringValue(fields, "doi").map(DOI::new).ifPresent(d::setDoi);

getUUIDListValue(fields, "networkKey").ifPresent(d::setNetworkKeys);
getUUIDListValue(fields, "networkKeys").ifPresent(d::setNetworkKeys);

return d;
}
Expand Down

0 comments on commit bf90c11

Please sign in to comment.