Introduction | Yext Hitchhikers Platform

Overview

Facets allow the end user to refine the search results using various attributes of your content. They are viewable “post-search”, since they’re dependent on the search query.

Hierarchical facets allow users to click through a ‘hierarchy’ of categories to filter the results. The most common use case for using Hierarchical Facets are for category fields.

hierarchical-facet

In this guide, we’ll walk through how to set up hierarchical facets. Hierarchical facets are only supported in Search UI React, and not the Hitchhikers Theme.

To learn more about facets, check out the Facets and Filters (Backend) unit.

Implementing Hierarchical Facets

At a high level, there are three parts to implementing Hierarchical facets:

  • Content:
    • Make sure there are fields for the content you want to enable facets on and that they are populated. Check out the Searchable Fields Best Practices reference doc for more tips on choosing which fields to use.
    • Hierarchical facets require a specific field set up.
  • Search backend:
  • Search frontend: Add facets to your frontend. Hierarchical facets are not supported in the Theme.

We’ll go into more detail on each of these steps.

Feedback