Closed (fixed)
Project:
Fuzzy Search
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Aug 2007 at 23:24 UTC
Updated:
15 Aug 2007 at 23:38 UTC
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
Comment #1
BlakeLucchesi commentedIssue 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.