meilisearch

Integrates Meilisearch engine for typo-tolerant full-text search with index management, filtering, faceting, relevancy tuning, and geo search support.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill meilisearch-repairyourtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meilisearch
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skill-library/stack/search/meilisearch
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill meilisearch-repairyourtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires meilisearch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the integration of Meilisearch, a powerful search engine, to provide fast, typo-tolerant full-text search capabilities within applications.

Core Features & Use Cases

  • Fast Search: Delivers instant search results, even with large datasets.
  • Typo Tolerance: Handles misspellings and typos gracefully, ensuring users find what they're looking for.
  • Index Management: Create, configure, and manage search indexes efficiently.
  • Filtering & Faceting: Implement advanced filtering and faceted search for refined results.
  • Geo Search: Support for location-based searches.
  • Use Case: Integrate this Skill into an e-commerce platform to provide a seamless search experience for products, allowing users to quickly find items even if they make small typing errors.

Quick Start

Use the meilisearch skill to create a 'products' index with 'id' as the primary key.

Frequently Asked Questions about meilisearch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement typo-tolerant full-text search in my application?

Typo-tolerant full-text search is implemented by integrating Meilisearch, which handles misspellings gracefully to ensure users find relevant results even with small typing errors.

How do I set up index management and configure filtering for search results?

Index management and filtering are configured by creating a primary key, allowing you to efficiently manage search indexes and implement advanced filtering for refined search results.

Does Meilisearch support faceting and geo search for refining large datasets?

Meilisearch supports faceting for robust result refinement and geo search for location-based searches, delivering instant search results even with large datasets.

What is the best way to add instant search functionality to an e-commerce platform?

Adding instant search to an e-commerce platform involves integrating Meilisearch to provide a seamless search experience, allowing users to quickly find products despite typing errors.

Do I need to initialize a Meilisearch client before managing search configurations?

You need Meilisearch setup and client initialization before performing operations like document indexing, searching with filters, and managing search configurations.

Can I tune search relevancy when using Meilisearch for full-text search?

You can tune search relevancy using Meilisearch, which provides configuration options to adjust search rankings and refine the overall full-text search experience.