Skip to content

Commit

Permalink
Merge pull request #1055 from datacite/12-07-Actually_index_related_dois
Browse files Browse the repository at this point in the history
Actually index related_dois
  • Loading branch information
jrhoads authored Dec 7, 2023
2 parents ad5b17c + 80b94b6 commit 489f757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/doi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ def as_indexed_json(_options = {})
"version_ids" => version_ids,
"version_of_ids" => version_of_ids,
"primary_title" => Array.wrap(primary_title),
"related_doi" => related_dois,
}
end

Expand Down

0 comments on commit 489f757

Please sign in to comment.