I have a website running Pressflow 6.22.
Recently, we have realized that the search has not indexed the content.
But Drupal tells us that the content is fully indexed.

Apart from re-indexing the content, there is some other form or module to take this more controlled.

I don't find any module that let us to re-index the content, or to know why this happens.

We know that the problem is with content profile and cck fields. Our users content profile it's build programatically, but we use node_save($node) to save the information, and I have check that with node_save it's used the node_index_node().

Any idea to go with this problem.

thanks

Oskar