I've set up a Drupal site to start learning how to work it. My site is on my PC (localhost) under W/XP-home, Apache 2.0, PHP 4.3, MySQL. The site is installed, I've added some stuff into some books (I like the look of this), the front page is starting to look like something interesting, BUT....

When I try to use the "Search", the search doesn't find anything - I try words which I know are in the title and/or the body of my book pages, but Search comes back with nothing at all.

Have I missed something? Do I have to tell search manually to index the site? Is this something I would expect to put in a CRON job?

And by the way, has anybody thought of doing a module for incorporating Google search?

Many thanks, Joel

Comments

Frodo Looijaard’s picture

You need to go to the cron.php page on your site (for example, http://www.YOURSITE.com/cron.php).

See page this page for some discussion how to put it in cron or the equivalent thing in Windows.

Or you can use the poormanscron module.