By thomasmind on
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
run cron.php
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
Re-index your site
Administer > Site configuration > Search settings (see the indexing status)
Thank you very much
Is there a way to force indexing? If not, how long must I wait until the next indexing?
You need to run a cron job
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.
I found the answer
I just found the answer here: http://drupal.org/handbook/modules/search/
Thank you all.