Overview

I had the opportunity to try the Search API Algolia module for Drupal, so this is a memo of my experience.

https://www.drupal.org/project/search_api_algolia

Installation

On Drupal 11, it could be installed with the following command.

composerrequire'drupal/search_api_algolia:^3.1'

Configuration

After installing the module, configure the server and index.

Add server

Create a server based on the configuration information available on the Algolia settings screen. Here, I used the Write API Key.

Add index

The process after creating the index is the same as with other modules. The following is an example using Amazon OpenSearch Service.

After configuration, perform the indexing.

Results

As shown below, the Algolia index was updated in response to content registration and updates in Drupal.

Summary

This integration enables fast and flexible searching using Algolia.

I hope this is helpful when working with Drupal.