--- label: 'Configuring search pages' related: - search.overview - search.index --- {% set search_settings_link_text %}{% trans %}Search pages{% endtrans %}{% endset %} {% set search_settings_link = render_var(help_route_link(search_settings_link_text, 'entity.search_page.collection')) %} {% set search_index_topic = render_var(help_topic_link('search.index')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Configure one or more search pages.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Search and Metadata > {{ search_settings_link }}.{% endtrans %}
  2. {% trans %}Scroll down to the Search pages section. You will see a list of the already-configured search pages on your site.{% endtrans %}
  3. {% trans %}To configure an existing search page, click Edit. Or, to add a new search page, select the Search page type and click Add search page.{% endtrans %}
  4. {% trans %}Enter the desired Label name and URL Path for the search page.{% endtrans %}
  5. {% trans %}For Content search pages, select the desired level of influence in ranking search results of the available Content ranking factors.{% endtrans %}
  6. {% trans %}Click Save. You will be returned to the Search pages page.{% endtrans %}
  7. {% trans %}Verify that the correct search page is listed as Default in the Status column. If not, click Set as default in the Operations list for the correct search page.{% endtrans %}
  8. {% trans %}Optionally, disable or delete any search pages that you do not want to have available on the site (disabling is temporary, while deleting is permanent).{% endtrans %}
  9. {% trans %}Follow the steps in {{ search_index_topic }} to make sure that the search index is updated.{% endtrans %}