Hi,
When I try to use the Search box to find content on my site, www.goldandleads.org, for example the word "blood" ou "anemia", it finds nothing.

Some other words, such as "Goji", is found in only a few pages, but not all.

I remark that contents from Books are never find by the Search engine.

Anyone have an idea?

Comments

sepeck’s picture

and check that your site is fully indexed.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

pouderstream’s picture

Administer > Site configuration > Search settings (see the indexing status)

thomasmind’s picture

Is there a way to force indexing? If not, how long must I wait until the next indexing?

jonbey’s picture

You need to run a cron job to index new pages. just got to cron.php or access via logs > status ? run cron.

Install poormanscron if you cannot set it server side, and this should ensure than your site is indexed on a rugular basis, assuming you get visitors every hour.

thomasmind’s picture

I just found the answer here: http://drupal.org/handbook/modules/search/

Thank you all.