--- label: 'Configuring help search' top_level: true related: - block.place - system.cache - core.cron --- {% set extend_url = render_var(url('system.modules_list')) %} {% set help_url = render_var(url('help.main')) %} {% set cache_help = render_var(url('help.help_topic', {'id': 'system.cache'})) %} {% set cron_help = render_var(url('help.help_topic', {'id': 'core.cron'})) %}

{% trans %}Goal{% endtrans %}

{% trans %}Set up your site so that users can search for help.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Extend. Verify that the Search, Help, Help Topics, and Block modules are installed (or install them if they are not already installed).{% endtrans %}
  2. {% trans %}In the Manage administrative menu, navigate to Configuration > Search and metadata > Search pages.{% endtrans %}
  3. {% trans %}Verify that a Help search page is listed in the Search pages section. If not, add a new page of type Help.{% endtrans %}
  4. {% trans %}Check the indexing status of the Help search page. If it is not fully indexed, run Cron until indexing is complete.{% endtrans %}
  5. {% trans %}In the future, you can click Rebuild search index on this page, or clear the site cache, in order to force help topic text to be reindexed for searching. This should be done whenever a module, theme, language, or string translation is updated.{% endtrans %}
  6. {% trans %}In the Manage administrative menu, navigate to Structure > Block layout.{% endtrans %}
  7. {% trans %}Click the link for your administrative theme (such as the core Seven theme), near the top of the page, and verify that there is already a search block for help located in the Help region. If not, follow the steps in the related topic to place the Search form block in the Help region. When configuring the block, choose Help as the search page, and in the Pages tab under Visibility, enter /admin/help to make the search form only visible on the main Help page.{% endtrans %}
  8. {% trans %}In the Manage administrative menu, navigate to Help. Verify that the search block is visible, and try a search.{% endtrans %}