Implementing a Highlight Component
Explore how search results can be improved by adding the Highlight component.
We'll cover the following...
Overview
In the previous lesson, we added some functionality to our search component by adding the SearchBox
and the Hits
component that allows us to make a query request to the Algolia server and display results from this query.
In this lesson, we will learn how to improve the user search experience by adding a highlight feature that can show a user the highlighted attribute based on the searched query.
The Highlight
component
In order to highlight ...