We've ended up with a lot of duplicate biblio nodes.. How can I see if which nodes are linked to other nodes so I can delete the duplicates?
We've ended up with a lot of duplicate biblio nodes.. How can I see if which nodes are linked to other nodes so I can delete the duplicates?
Comments
Comment #1
rjerome commentedThe management of duplicate entries is not really complete yet (i.e. there is no GUI interface). Duplicates should be logged in the biblio_duplicates table, which shows the id of the original (vid)l and the id of the duplicate (did) in theory removing all nodes having node.nid = biblio_duplicates.did should get rid of all duplicates. I say in theory because this is as yet untested :-)
Ron.
Comment #2
markusT commentedmaybe you'll find some help here http://drupal.org/node/500764
Comment #3
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.