Update Search Index After Node Create

WE HAVE MOVED!

Please visit our new Drupal Website at https://www.xenyo.com我們的新網頁設計公司網頁.

/*  
using rule
Eventa:  'After saving new content'
Actions: 'Execute custom PHP code'
*/
 
 
//custom PHP code
 
drupal_register_shutdown_function('search_update_totals');
_node_index_node($node);
Help Share this Article