Currently there is an issue where if you a node is already in the queue to be reindexed and it gets added to the queue again, it tries to create another row with the same primary key id (= node id). The fix for this will be in the next dev snapshot release.

Comments

BlakeLucchesi’s picture

Status: Active » Closed (fixed)

Issue resolved. Added check to reindex function to see if the node was already flagged for reindexing. Also made the hook_nodeapi use the fuzzysearch_reindex function instead of re-writing the same query.