Search an Algolia Index with Instantsearch JS searchbox and hits widgets

InstructorRaphael Terrier

Share this video with your friends

Send Tweet

In this lesson we’ll build a search experience reduced to it’s 2 essential components : a search input and the displayed results. As simple as it is, to build this from scratch would require a fair amount of work. Between listening to the input, making the api call, parsing and displaying the result... To build this using Algolia’s Instantsearch library requires a few lines of code with simply two widgets: the Searchbox and the Hits widget.