hi i have developed site in drupal..
and i am facing a problem that is when i am trying to search something with the help of search box always the same error formed

Your search yielded no results

* Check if your spelling is correct.
* Remove quotes around phrases to match each word individually: "blue smurf" will match less than blue smurf.
* Consider loosening your query with OR: blue smurf will match less than blue OR smurf.

please help me to solve this problem. so that search box can search among all content

Thanks & Regards

Comments

Iumentum’s picture

try to go to "?q=admin/settings/search" and check what the Indexing status is.
It should be 100% so if its 0% then you need to run the cron job.

The search engine maintains an index of words found in your site's content. To build and maintain this index, a correctly configured cron maintenance task is required. Indexing behavior can be adjusted using the settings below.

sumitshekhawat7331’s picture

Hi...
Thanks a lot my problem has been solved now search box is working but one thing i want to know that every time i have to run cron manually when i put some data in DB.

Thanks

Iumentum’s picture

Yea you'll need to run the cron every time new data have been added and needs to be indexed.
If your host doesn't provide automated cron job you should be able to find some services for that on google.
Automated cron jobs is to be set to connect to http://yoursite/cron.php and not the link you'll find in the admin for Manuel cron.
A solution for the automated cron could be www.pingdom.com but this is not a free service :S
But iam sure there should be some free services out there who can handle this task and load cron.php every 5 min or so.

Jo Wouters’s picture

You might consider using the free service provided by http://www.drupalcron.org/

Iumentum’s picture

I might concider not recomenting something there is still in test to people who might need it for proffesional use.

theneemies’s picture

Have you run http://yoursite/cron.php? This can be run manually or automated with a crontab.

Join the 10 minute challenge.

Magnity’s picture

If you don't have access to add a cron task on your server, try using the module "poormanscron" at http://drupal.org/project/poormanscron. This means that everytime a user accesses a page, the site checks (after the page has been sent), to see when cron was last run. If it was more than 1 hour ago, cron will be run automatically for you.

Magnity

http://webdesign.magnity.co.uk
Drupal 5 themes | Drupal 6 themes

sumitshekhawat7331’s picture

hi thanks for your reply...
thats the same thing i want.

WorldFallz’s picture

just for completeness-- the free version of acquia drupal will also run cron.

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz