Hi All,

i have a problem with the search index. Installation Drupal 5.3. My search index just has the node title in it. no text from the node body is indexed. Allways when i search a word wich is not in the title of a node. I got no search results.

All words in the tile are indexed, i looked at my search index tabel. Cron is running via poormanscron. But even if i run my cron manually it dos not index the nody bodies.

So I have 9300 Artikels with only the title indexed....

Anybody has an idea?

Dirk

Comments

designwork’s picture

Hi

is there nobody outside with the same problem?

Dirk

Stephen Gray’s picture

We've had a similar problem ie the search_dataset table was only containing the node title for certain content types.

we managed to resolve it by removing the contempate module http://drupal.org/project/contemplate

after removing the module i reindexed and ran cron until all articles were indexed - it worked. full article content and taxonomy terms are now included in the search_dataset and other search_ tables.

we've added our template code back into the .tpl files in but haven't reinstalled contemplate and all appears to be ok ~ so far.