Hello,

The Search on my drupal site doesnt work. (www.indydutch.nl)
I turned the module on.
I'm not getting any errors, there are just no results, no matter what search string i use for input.

Comments

tm’s picture

maybe this handbook pages will help: http://drupal.org/handbook/modules/search

luck!

eddy147’s picture

It finds users, but no content...

tm’s picture

i am assuming that your search index in admin is showing 100%. i am wondering if reindexing/resetting your index settings would help; just warning that this is a SWAG (stupid wild-ass guess). have you tried running cron manually, then monitoring the indexing?

there have been other posts claiming search does not work, then it just suddenly "works" (like http://drupal.org/node/177044), so there may be something external in play. keep trying...

edit added: there is an issue in the search keywords project that might help: http://drupal.org/node/177163

eddy147’s picture

thx for your reaction.
I will let u know if this worked.

themegarden.org’s picture

Content should be indexed by invoking cron.php
If you haven't create cron job, you can simply open http://www.indydutch.nl/cron.php in your browser.
---
Drupal Theme Garden
Drupal Hosting Article

eddy147’s picture

Thank you for your reaction!
That was it. I must have missed it somewhere in the documentation.

Thanks again.