By lukathonic on
Hi,
I just installed Drupal 5.0 and all is well ... but now it appears that some of my content is not being searched. I've been trying to figure this out, and run into something sort of strange.
The table "search_dataset" has only three entries, while the "node" table has five. I can't figure out why some aren't being indexed in the search_dataset table, since they are they same type of node.
Does this sound like a bug, or there something that I'm missing? At first I thought it was the nodes with a custom content-type, but after adding a few more it doesn't seem to make any sense. Thanks for your help!
Comments
need to force indexing
I found an option in the admin panel to force indexing. This fixed the problem.
I assume that this is done automatically. At what frequency? Thanks.
no its not done
no its not done automatically.
The site index button must be clicked, this puts the content in a "staging area" more/less Then when cron.php is run it indexes the new content.
Still not working properly
I think there is a bug in here somewhere, but I just can't nail it down.
I have around 1000 nodes that aren't being indexed, no matter how many times I force the reindexing process.
They only show up if I "edit" the nodes in question. Then in the next round of indexing they will show up.
Anyone have an idea why this would be? I enabled the devel module to see what it was changing in the DB when a node is updated, but couldn't figure out exactly what the change is.
If you can help me figure this out I would be very grateful.
Thanks!