Managing Data with Algolia
Learn how to manage dataset configuration before sending it to Algolia using API or dashboard. Additionally, interact with the sample code to practice customising and sending dataset using Aloglia's API.
We'll cover the following...
Overview
In the previous lesson, we talked about how we can push data to the Algolia server using API or by manually using the dashboard.
In this lesson, we learn how to manage dataset configuration and customise search behaviour using API or dashboard based on what attributes can be searched (such as name, description, etc).
Using API
In order for Algolia to decide what data response (hits) to return to the user and the order of this response based on the query, we will need to set some configurations for Algolia to filter the index based on those configs and ...