Search⌘ K

Managing Data with Algolia

Understand how to manage your Algolia dataset by configuring searchable attributes and custom settings through both API and dashboard. Learn to modify index settings to control search results and filtering for a tailored search experience.

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 ...