⚙️ Engineering 📊 Data Awaiting Security Review

Meilisearch Integration

Add instant search to your application with Meilisearch. Generates index configurations, search UI components, faceted filtering, typo-tolerant queries, and relevancy tuning for sub-50ms search results.

This skill helps you integrate Meilisearch for instant, typo-tolerant search. It configures indexes with proper searchable and filterable attributes, generates search UI components, implements faceted navigation, tunes relevancy ranking, and sets up real-time document syncing from your database.

meilisearch search full-text facets instant-search

When to use

Use when adding search to your app, building product catalogs with faceted filters, creating documentation search, or replacing Algolia with a self-hosted alternative.

Examples

Product search with facets

Build a searchable product catalog

Set up Meilisearch for an e-commerce product catalog with category facets, price range filters, typo tolerance, and instant search UI

Documentation search

Add full-text search to a docs site

Integrate Meilisearch with our Astro docs site — index all markdown pages, add a search modal with keyboard shortcuts and highlighted results