Algolia
Algolia empowers builders with the search and recommendation services they need to build world-class experiences.
This integration allows business users to build personalized digital experiences by repurposing content from your Algolia search platform.
About this integration
When you install the Algolia integrations, you are effectively getting multiple integrations in one:
- Pre-built search components that business users can assemble into powerful search capabilities.
- Traditional integration that exposes records from Algolia as content that can be bound to front-end components using Uniform Canvas.
- Classic integration that allows developers to bind data from Algolia records to components through code.
Install the integration#
Adding the Algolia integration to your Uniform project adds data from your search index to compositions and incorporates additional components into your application. You can bypass calling your data source and pull information directly from your Algolia search index.
Before you start
You need to have the following values from Algolia to add the integration to your project:
Application ID
API key that must have the following permissions:
search
,listIndexes
, andsettings
.Set this API key as a "Local key" in Algolia. Local keys are permanently attached to an index. The local key configuration can't be changed once set.
In Uniform, open your project.
Navigate to the Integrations tab.
Scroll to the section Browse Integrations.
Search for Algolia, find the integration and click Add to project.
A screen is displayed for you to provide connection settings for Algolia.
About these settings
These values are only required if you are using the Algolia components or the Algolia classic integration.
Next steps#
Depending on how you want to use Algolia with Uniform, you can:
Topic | Description |
---|---|
Algolia components | Use the pre-built Algolia components to add search to your application. |
Algolia integration | Populate your existing components with content from an Algolia index. |
Algolia classic integration | Build your own search components using low-level components from Uniform. |