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

rjerome’s picture

The 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.

markusT’s picture

maybe you'll find some help here http://drupal.org/node/500764

liam morland’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.