Closed (works as designed)
Project:
Node Find Replace
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2007 at 12:52 UTC
Updated:
23 Feb 2009 at 11:25 UTC
Great module, thanks. I found one problem - after replacing "old text" to "new text" in nodes, the site search index is not updated.
Comments
Comment #1
regx commentednice find - I didn't think about the search index.
Comment #2
regx commentedI have to take a harder look at this. I am not sure replacing text in the search index is the right thing to do here. The search index will get updated as soon as cron runs anyway.
Comment #3
dicreat commentedregx, thanks.
I'm testing again and problem still exist - when you replace "old text" with "new text" - you can't find "new text" with search. I look at search state after replacing and I see "100% of the site has been indexed. There are 0 items left to index.". I think, it's no need to replace text in search index - just mark node as updated (edited) and after cron run, all node content will be reindexing.