Meilisearch, tuned from one panel.
Verified HTTP/TLS connections with index and settings browsing, JSON, text, and multi search, document CRUD, API key administration, and logical ZIP backups.
HTTP/TLS verified connections · API key admin
The trace Mongrel would build for your search.
Click any stage below to see timings, candidate counts, and what Mongrel would suggest. Same view you get inside the workbench.
// Query parsing · q = "sweatshirt"
Tokenizes the query into 1 term. Locale detection, separator splitting, stop-word filtering. 0.4ms — essentially free.
// products · meili-prod-1 POST /indexes/products/search { "q": "sweatshirt", "filter": "category = apparel AND price < 80", "facets": ["brand", "category"], "sort": ["price:asc"], "limit": 20 } // 44.4ms · 4,812 candidates ranked // ✓ Proposal: drop "sort" rule, use sort param PATCH /indexes/products/settings { "rankingRules": [ "words", "typo", "proximity", "attribute", "exactness" ] }
What Mongrel ships for Meilisearch.
Search request inspector
Trace any query through parsing, typo tolerance, ranking rules, and facet distribution — with per-stage timings.
Index & settings browsing
Browse indexes and edit settings side by side: searchable, filterable, and sortable attributes, synonyms, stop words.
Typo tolerance tuning
Adjust minWordSizeForTypos, disable typos on attributes or words, and preview the effect on real queries.
Ranking rules editor
Reorder the six built-in ranking rules, add sort and custom rules, and see hit order change live.
Facets & filters
Inspect facet distribution per query, promote attributes to filterable, and build filter expressions visually.
Document CRUD
Browse, edit, add, and delete documents as JSON. Inline validation against the index's primary key.
JSON, text & multi search
Run raw JSON searches, plain-text queries, or batch multi-search across indexes from one console.
API key administration
Create and rotate API keys scoped by actions and indexes, with expiry dates. Master key never leaves the vault.
Logical ZIP backups
Export indexes, documents, and settings into a portable ZIP. Restore into any instance, any version.
Connect Meilisearch in 30 seconds.
7-day trial. macOS, Windows, Linux. No credit card.

