Skip to content

Commit

Permalink
Merge pull request #1061 from datacite/12-08-Index_person_id
Browse files Browse the repository at this point in the history
 Index person_ids for DOIs
  • Loading branch information
jrhoads authored Dec 8, 2023
2 parents ddf5eb5 + f7e37e6 commit 3c886cb
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 @@ -593,6 +593,7 @@ def as_indexed_json(_options = {})
"provider_id" => provider_id,
"consortium_id" => consortium_id,
"resource_type_id" => resource_type_id,
"person_id" => person_id,
"client_id_and_name" => client_id_and_name,
"provider_id_and_name" => provider_id_and_name,
"resource_type_id_and_name" => resource_type_id_and_name,
Expand Down

0 comments on commit 3c886cb

Please sign in to comment.