meilisearch

Configure Meilisearch indexes, filters, faceting, and API keys.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mikkelkrogsholm/dev-skills --skill meilisearch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meilisearch
Source: https://github.com/mikkelkrogsholm/dev-skills/tree/main/meilisearch
Command: npx skills add https://github.com/mikkelkrogsholm/dev-skills --skill meilisearch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a powerful and fast search engine that handles typos and offers advanced features like faceted search and AI-powered hybrid search, simplifying the implementation of robust search functionalities in applications.

Core Features & Use Cases

  • Typo Tolerance: Automatically corrects misspellings in search queries.
  • Faceted Search: Enables filtering and refining search results based on categories or attributes.
  • AI-Powered Hybrid Search: Combines keyword and semantic search for more relevant results.
  • Use Case: Integrate Meilisearch into an e-commerce platform to allow users to quickly find products even with misspelled search terms, and to filter results by brand, price, and other attributes.

Quick Start

Use the meilisearch skill to get live documentation for configuring index settings.

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 search in my application?

Typo tolerance corrects misspellings in user queries automatically. You can implement this by configuring Meilisearch indexes to allow users to find relevant results even with incorrect search terms.

What is faceted search and how does it filter results?

Faceted search refines search results based on categories or attributes. You can configure filterable attributes in your index settings to enable users to narrow down results by brand, price, or other specific facets.

Can I combine keyword and semantic search for better relevance?

AI-powered hybrid search combines keyword and semantic search to deliver more relevant results. You can configure this in Meilisearch to improve search accuracy across complex datasets.

How do I integrate a search engine with JavaScript or TypeScript clients?

You can integrate search capabilities using JavaScript and TypeScript clients. This involves configuring index settings, tuning search parameters, and managing API keys directly within your application codebase.

Does this search engine support geosearch and custom ranking rules?

Yes, the search engine supports geosearch capabilities and custom ranking rules. You can configure these settings to prioritize results based on geographic location and specific relevance criteria.

What is the best way to manage API keys for a search engine?

API key management controls access to your search indexes. You can configure specific keys with tailored permissions to secure your search API endpoints and restrict unauthorized queries.