-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting merging records #1609
Comments
Note that in some cases the schema already contains something like this, like here, so you should be careful of not duplicating this information in two fields. Note also that this is "blocked" by inspirehep/inspire-schemas#1. "Blocked" in the sense that this may proceed, but after that PR is merged the schema modifications will have to be split there before merging. |
See: for an example of the original MARCXML. |
You are right 👍 |
I was actually thinking that |
* NEW added 'new_record' field for all the json schemas regarding merged records. * Fix issue #1609 for inspirehep/inspire-next#1609. Signed-off-by: Spiros Delviniotis <spyridon.delviniotis@cern.ch>
* NEW Adds 'new_record' field for all the json schemas regarding merged records. * Addresses inspirehep/inspire-next#1609. Signed-off-by: Spiros Delviniotis <spyridon.delviniotis@cern.ch>
* NEW Adds 'new_record' field for all the json schemas regarding merged records. * Addresses inspirehep/inspire-next#1609. Signed-off-by: Spiros Delviniotis <spyridon.delviniotis@cern.ch>
Done in #1790. |
In legacy when a record A is merged into a record B, A is tagged as deleted (
980__c
is set toDELETED
) the recid of B is copied into970__d
and when a user visit record A she is redirected to record B.We need to implement the same behavior on master, and migrate existing merged information. I.e.:
970__d
into the proper URL in the above field. (e.g. http://localhost:5000/literature/1234)The text was updated successfully, but these errors were encountered: