How to index a node at time of its creation/updation in Drupal7?
Drupal would not indexing nodes at the time of its creation/updation. At the time of executing the cron script drupal indexing all the nodes those are yet not indexed. That is why if we want to search a node in site(at user end) just after its creation/updation we can’t get this node as the node […]