boldminded / dexter-statamic
Algolia and Meilisearch indexing for Statamic, with nested field extraction, document parsing, and AI enrichment.
Package info
github.com/boldminded/statamic-dexter
Type:statamic-addon
pkg:composer/boldminded/dexter-statamic
Requires
- php: ^8.3
- boldminded/dexter-core: ^1.0.17
- statamic/cms: ^5.0 || ^6.0
Requires (Dev)
- orchestra/testbench: ^10.8 || ^11.0
- phpunit/phpunit: ^12.5
This package is auto-updated.
Last update: 2026-08-22 13:09:30 UTC
README
Algolia and Meilisearch indexing for Statamic, with nested field extraction, document parsing, and AI enrichment.
Dexter indexes your Statamic entries, terms, assets, and users into Algolia or Meilisearch. It extracts content from nested fields such as Bard, Replicator, and Grid, parses text out of PDF and Office documents, and can enrich records with AI-generated summaries, keywords, and embeddings.
Installation
Install the addon via composer:
composer require boldminded/dexter-statamic
Install the addon into Statamic, which publishes the config file:
php please addon:install boldminded/dexter-statamic
If you need to publish or re-publish the config file on its own:
php please vendor:publish --tag=dexter-config
This creates config/dexter.php in your project.
Documentation
Full documentation, including configuration, index setup, templating tags, console commands, and AI enrichment, is available at: