...

/

Algolia Setup

Algolia Setup

Learn how to create an Algolia index, get Algolia API keys, and create new ones.

In order to get the search component working, we will need to set up an Algolia account.

Once the account is created, we need to do the following:

Step 1: Creating an index

Using the dashboard

In the first step, we will create a new index that will contain our records. These records will be searchable in Algolia by the user from the application front end.

Create an index in Algolia dashboard
Create an index in Algolia dashboard

The index can be named anything (for example, dev_SHOP). Also, we can have as many indices as we want, such as one for development and one for the production environment. ...