Algolia icon

Algolia

Search platform for indexes, records, search queries, rules, synonyms, and analytics.

Helps with search indexes, records, object creation, deletes, browsing, synonyms, rules, and searchable data.

Sign in to connect Algolia

Sign in to connect an account and start using Algolia in your apps.

Example Use Cases

These are example ways Snow can use Algolia when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Add AB Test

Tool to create an A/B test comparing search performance between two index variants. Use when you need to test different search configurations, ranking strategies, or index settings and measure their impact on user behavior.

Add or Replace Record

Tool to add or replace a specific record in an index by objectID. If a record with the given objectID exists, it is replaced; otherwise, a new record is created. Use when you need to upsert an object with a known ID.

Add Record to Index

Tool to add a record to an index with auto-generated objectID. Records with matching IDs are replaced. Use when you need to insert a new object into an index.

Batch Operations on Multiple Indices

Tool to perform batch operations (add, update, delete) across multiple Algolia indices in a single request. Use when you need to modify records in different indices efficiently. Each operation specifies its target index and action type.

Browse Algolia Index

Tool to retrieve all records from an index. Use when you need to export or iterate through an entire index dataset.

Clear Objects

Tool to clear records of an index without affecting settings. Use when you need to completely wipe all objects (e.g., after a bulk reindex) while preserving index configuration.

Clear Rules

Tool to delete all rules in an index. Use when you need to wipe all rules before re-creating them. Use after confirming no critical rules require retention.

Clear Synonyms

Tool to delete all synonyms from an index. Use when you need to remove all synonym definitions in one operation.

Clicked Object IDs

Tool to send a click event to Algolia to capture clicked items. Use immediately after a user click outside of search contexts to report click events.

Clicked Object IDs After Search

Tool to send a click event after a search response. Use when you want to report which items a user clicked in search results.