meilisearchmeilisearchOfficialยท1 Agent Skills Included

strapi-plugin-meilisearch

Sync Strapi content into fast Meilisearch indexes automatically

Connects Strapi content-types to Meilisearch and keeps search indexes updated automatically. Listens to every create, update, and delete action so search results always match your CMS content. Supports custom index names, entry transforms, filters, and per-collection settings without manual reindexing. Includes a Strapi v5 development skill for building plugins, APIs, and admin panel extensions.
npx skills add meilisearch/strapi-plugin-meilisearch --all -g -y
Available:

Instructs the agent to act as an orchestrator that delegates coding, testing, and exploration tasks to subagents while following the project's yarn-based workflow and coding conventions.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install strapi-plugin-meilisearch?โ–ผ

Run `npx skills add meilisearch/strapi-plugin-meilisearch --all -g -y` in your terminal to install all skills in this repository globally.

How to add search to a Strapi site?โ–ผ

Install the plugin, add your Meilisearch host and API key in the plugin settings, then check the content-types you want indexed. The plugin syncs entries to Meilisearch automatically.

Does the plugin update search results when content changes?โ–ผ

Yes. Hooks listen to every create, update, and delete action on indexed content-types and apply the changes to Meilisearch in real time.

Which Strapi versions are supported?โ–ผ

The current version works with Strapi v5. Older releases support Strapi v4 (v0.12 branch) and Strapi v3 (v3_main branch).

Can I customize how entries are indexed?โ–ผ

Yes. You can set custom index names, transform or filter entries before indexing, and apply Meilisearch settings per collection in the plugin config.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’