Closed (fixed)
Project:
Node clone
Version:
4.7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2007 at 21:21 UTC
Updated:
13 Feb 2008 at 14:17 UTC
You have to manually re-index content in order for cloned nodes to be seen by search engine.
Comments
Comment #1
pwolanin commentedInteresting observation- the $node->changed timestamp should be updated, so I don't understand why that would happen:
http://api.drupal.org/api/4.7/function/node_save
The search indexing of nodes checks that timestamp to determine whether the node needs to be indexed:
http://api.drupal.org/api/4.7/function/node_update_index
Are you using an access control module? Are you running cron regularly?
I just tried this on backup of my site, and the cloned node is in the search index as soon as cron is run.
Comment #2
GC_Chi commentedWhat would be an example of an access control module? I am running cron job three times through out the night.
I tried creating content the normal way and the index count goes up. When I clone something, it doesn't.
Any other ideas?
Comment #3
pwolanin commentedclosing in the absence of more info