Hi I have hacked up a duplicates mechanism, hope it is of any use for anybody.
It is not tested with any other version of biblio but potentially works also in other use cases than mine.
I am using drupal on top of a pgsql database, if you are using biblio on top of another database you may want to change db_query() statement.

Comments

markusT’s picture

StatusFileSize
new2.91 KB
markusT’s picture

Title: duplicates detection » duplicates detection for biblio
markusT’s picture

StatusFileSize
new3.34 KB

a new version - allows now to label an item as "not being a duplicate" even if this item shares some attributes with another item.

toniher’s picture

Thanks, this has been very useful for me (working in a Drupal 6 installation).

I have modified:

- node_perform_action($node_id);
+ node_delete($node_id);
bekasu’s picture

Status: Active » Closed (fixed)

Marking issue closed.