Skip to content
Snippets Groups Projects
Commit bf09864c authored by Steven Wittens's avatar Steven Wittens
Browse files

- Readding cron note.

parent 92bc08b5
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ function search_help($section = 'admin/help#search') {
return t('Enables site-wide keyword searching.');
case 'admin/settings/search':
return t('
<p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour.</p>
<p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour. Note that the search requires cron to be set up correctly.</p>
');
case 'search#noresults':
return t('<p><ul>
......
......@@ -51,7 +51,7 @@ function search_help($section = 'admin/help#search') {
return t('Enables site-wide keyword searching.');
case 'admin/settings/search':
return t('
<p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour.</p>
<p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour. Note that the search requires cron to be set up correctly.</p>
');
case 'search#noresults':
return t('<p><ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment