Skip to main content
The Algolia plugin syncs data locally. Use corsair.algolia.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Indices

Path: algolia.db.indices.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Records

Path: algolia.db.records.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Tasks

Path: algolia.db.tasks.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.