Release v1.36.0 π Β· meilisearch/meilisearch
Version v1.36.0 introduces an exciting update to the ranking rules to improve the engine's relevance. It's actually the first time we've made such a change since v1.0, and we're really happy about ...
β¨ New: new ranking rules!
πΉ attributeRank β prioritizes matches in higher-weighted searchable attributes
πΉ wordPosition β prioritizes matches closer to the start of an attribute
Insert custom rules like price or date exactly where you want π―
Thanks @kerollmops.com!
More: github.com/meilisearch/...
02.03.2026 14:23
π 4
π 2
π¬ 0
π 0
Proximity search: Improve relevance & deliver smarter results
Learn what proximity search is, how it works across major platforms, and how to use it to improve relevance, ranking, and user search experiences.
Ever searched for something but couldn't find the right words?
Proximity search fixes that by focusing on intent over exact keywords, so results feel relevant even when phrasing isn't perfect.
We broke down how it works in our latest guide π
24.02.2026 16:19
π 1
π 0
π¬ 0
π 0
A few weeks ago, our team attended @fosdem.org event in Brussels π§πͺ
FOSDEM is a free, community-run event for open source developers and projects. We gave a talk on language support in search engines - recording is finally live π
π₯ mirrors.dotsrc.org/fosdem/2026/...
23.02.2026 14:28
π 1
π 0
π¬ 0
π 0
Designing effective typeahead search for faster, smarter UX
Learn how to design and optimize typeahead search to improve speed, relevance, and user experience across modern applications.
Bad search = lost business. It's simple.
Autocomplete search (also known as typeahead) fixes this by helping people find what they need before they even finish typing. We broke down exactly how to do it right:
π www.meilisearch.com/blog/typeahe...
#TypeaheadSearch #UXDesign #SmartSearch
18.02.2026 09:29
π 3
π 1
π¬ 0
π 0
Retrieval Augmented Generation (RAG), Search, and Vector Databases
How do you get your LLM to speak factually? Using Retrieval Augmented Generation (RAG).Learn all about RAG, search, and vector databases in this video!
It complements a series of posts written inβ¦
RAG conversations usually raise more questions than answers.
Luckily, we partnered up with Luis Serrano for this one. Luis is great at explaining complex stuff in simple terms.
If RAG is on your radar, give this a watch π
29.01.2026 16:10
π 3
π 1
π¬ 0
π 0
Meilisearch January updates
Your monthly recap of everything Meilisearch. January 2026 edition.
The first 2026 edition of Meilisearch Monthly is live on our blog!
π SSO & SCIM for enterprise teams
β‘ 7x faster indexing
π Search analytics for all Cloud projects
π§© Sharding improvements
Plus: Gemini embeddings, FOSDEM 2026, and more.
π Read the full blog:
22.01.2026 14:37
π 5
π 3
π¬ 1
π 0
π Just published: Why Elasticsearch pricing confuses 73% of developers
You're calculating CPU + RAM + storage across nodes before knowing your actual costs.
Meilisearch alternative: $30/mo flat, 50k searches included, production-ready in 5 min.
Full breakdown π www.meilisearch.com/blog/elastic...
11.12.2025 14:01
π 0
π 1
π¬ 0
π 0
π New analysis: Why developers are choosing Meilisearch over Elasticsearch in 2025
The reason: simplicity.
Elasticsearch: Distributed clusters, shard management, dedicated DevOps
Meilisearch: Single binary, <50ms search, works out-of-the-box
Full comparison π www.meilisearch.com/blog/elastic...
04.12.2025 14:04
π 0
π 0
π¬ 0
π 0
β‘οΈ Spent 3 weeks testing Elasticsearch, Qdrant, and Meilisearch for the same search workload.
The results: $99/month + weeks of config vs $30/month + 1 hour setup.
Both delivered <50ms searches. One didn't require a distributed systems PhD.
www.meilisearch.com/blog/elastic...
28.11.2025 10:00
π 0
π 0
π¬ 0
π 0
In the battle between RAG and long-context LLM β which one truly gets your data?
Weβll break down:
When you should use RAG over long-context LLMs
Their respective advantages and disadvantages
How RAG and long-context LLM perform on benchmarks
27.11.2025 16:04
π 0
π 0
π¬ 1
π 0
Retrieve and gain: 3 RAG use cases you can ship today
Building real RAG systems isnβt about flashy demos β itβs about shipping features that stay fast, accurate, and reliable as your product grows.
Hot off the press: Our final collaboration with Luis Serrano
βRetrieve and gain: Three RAG use-case patterns you can ship todayβ β why real-world RAG isnβt demos, but about getting search and AI features reliable, fast, and scalable.
26.11.2025 16:00
π 0
π 0
π¬ 0
π 0
Building a lightning-fast search engine - ClΓ©ment Renault | EuroRust 2025
*Building a lightning-fast search engine - ClΓ©ment Renault at EuroRust 2025 π¦*
In this talk ClΓ©ment talks about how Meilisearch has been using Rust to power fast open-source search.
*About ClΓ©mentβ¦
π Our EuroRust 2025 talk is live!
Our CTO, @kerollmops.com, breaks down how we build Meilisearch β a lightning-fast, open-source search engine powered by Rust.
π¦ Real infra lessons
β‘οΈ Low-latency architecture
π How Rust enables our speed and safety
π₯ Watch: www.youtube.com/watch?v=ULA1...
25.11.2025 16:03
π 5
π 1
π¬ 0
π 0
Spent 40+ hours comparing search infrastructure:
Elasticsearch: $99/mo+, steep learning curve, incredible power
Pinecone: Vector-first, vendor lock-in, $50/mo+
Meilisearch: <50ms hybrid search, MIT license, $30/mo
The differences surprised us: www.meilisearch.com/blog/elastic...
21.11.2025 16:01
π 1
π 0
π¬ 0
π 0
Release v2.0.0-beta.1 π± Β· meilisearch/meilisearch-php
WarningThis is a beta release. While we recommend against production usage due to breaking changes, the code is stable. Please consider whether you can afford the potential upcoming breaking chang...
β οΈ Beta alert: Meilisearch PHP SDK v2 is out!
Whatβs new: task objects + wait(), enums for status/type, native JsonException.
ππ» We need your usage and feedback to make it stable.
Get it here: github.com/meilisearch/...
Shoutout to @laurentcazanove.com, @norkunas.bsky.social, and bpolaszek.
20.11.2025 16:02
π 1
π 0
π¬ 0
π 0
RAG indexing: Structure and evaluate for grounded LLM answers
Guide to what RAG indexing is, how it works, key strategies, when to refresh, and how to measure performance for grounded LLM answers.
Want your LLMs to give even more reliable answers?
RAG indexing is the solution.
Learn:
β’ Why indexing is important in RAG
β’ The main indexing strategies
β’ The main challenges of RAG indexing
Read the entire article here π www.meilisearch.com/blog/rag-ind...
19.11.2025 16:01
π 0
π 0
π¬ 0
π 0
The same Meilisearch, just *much* faster.
With the latest improvements, Meilisearch is now processing databases up to 6 times faster β even when your database includes millions of documents or a large number of fields.
Check it out now in your Meilisearch account β www.meilisearch.com/cloud
18.11.2025 16:02
π 0
π 0
π¬ 0
π 0
The future of AI accessibility starts with great search.
@hf.co turned to Meilisearch Cloud to help users explore 2.2M+ models, 550K+ datasets, and 60K+ demos β instantly.
Faster discovery, smarter results, and an open path toward semantic and vector search.
π Accessible search = accessible AI.
18.11.2025 07:37
π 0
π 0
π¬ 1
π 0
Every user is different. And so is the way they search.
π Introducing: Search personalization π
Search personalization you boost search results based on user profiles, making results more tailored to individual behavior.
To try this feature in your account, get in touch with our Support team.
14.11.2025 12:26
π 0
π 0
π¬ 0
π 0
Algolia Pricing: Worth It or Consider Meilisearch? June 2025
Algolia's complex pricing vs Meilisearch's transparency. Compare costs from free tiers to enterprise plans & see why many choose the simpler alternative.
β‘οΈ We just published a deep-dive analysis of Algolia's entire pricing structure.
The complexity: dual metrics (searches + records), tiered AI features, usage-based billing that can hit $200+/month in overages for modest traffic.
Full breakdown:
13.11.2025 16:05
π 0
π 0
π¬ 0
π 0
We asked 100+ CTOs how long it takes to implement search. You're not gonna like the answer
Poor docs, tech debt, and high expectations: why search is still a tough build, according to 100+ technical leaders.
In our latest article, read what over 100 CTOs and technical CEOs have to say about the common pitfalls of search implementation. Weβll also share insights that help you avoid making the same costly mistakes.
Read it here π www.meilisearch.com/blog/search-...
11.11.2025 16:00
π 0
π 0
π¬ 0
π 0
Implementing search is a quick kind of task, right?
β Wrong. According to our survey, more than 55% of development teams require three weeks or more to roll out a search solution.
Thatβs a staggering number! Which begs the question: what goes wrong?
11.11.2025 16:00
π 0
π 0
π¬ 1
π 0
Algolia Review 2025: Features, Pricing & Best Alternative
Algolia review: Powerful search-as-a-service with AI features & enterprise tools, but complex pricing. See why Meilisearch is the top alternative.
π Just published: The real cost of "enterprise search"
Algolia review reveals why teams pay $10k+/year for features they never use.
Meilisearch alternative: Open-source, sub-50ms results, $30/mo cloud (or self-host free forever).
Full breakdown π www.meilisearch.com/blog/algolia...
06.11.2025 16:02
π 0
π 0
π¬ 0
π 0
π¨ It's billion with a B!
We're very happy to announce that Meilisearch now processes over 10 billion searches each month spread across 10 million databases.
Do you want to see the magic for yourself? Get started on our website β www.meilisearch.com
05.11.2025 16:02
π 0
π 0
π¬ 0
π 0
Semantic search vs. RAG: A side-by-side comparison
Explore the differences between semantic search and RAG. Learn when to use each, common trade-offs, benefits, evaluations, and more.
Who wins in the battle between semantic search and RAG?
Discover the answer in our new guide! In it, youβll learn:
βοΈ How both of them work
βοΈ The difference between them
βοΈ Their limitations
βοΈ The latest trends in semantic search and RAG
Read all about it here π www.meilisearch.com/blog/semanti...
04.11.2025 16:00
π 3
π 0
π¬ 0
π 0
Algolia vs Typesense vs Meilisearch: Which Search Engine?
Algolia vs Typesense comparison: Enterprise features vs simplicity. Plus discover Meilisearch - AI-powered search with developer-friendly setup.
β‘οΈ Under 50ms search response times aren't reserved for enterprise budgets anymore
Meilisearch delivers Algolia-level AI features (hybrid search, semantic understanding, automated embeddings) with Typesense-level simplicity
Check the full comparison:
30.10.2025 16:02
π 0
π 0
π¬ 0
π 0
RAG vs. prompt engineering: choosing the right approach for you
Explore the key differences between RAG and prompt engineering. See which approach best suits your needs, where to apply them, and more.
There is a common misconception that RAG and prompt engineering are one and the same.
But that couldnβt be farther from the truth.
In this guide, we will shed light on these two concepts so you can make the right decision for your system.
Read it here ππ» buff.ly/3QMjxZU
30.10.2025 05:42
π 0
π 0
π¬ 0
π 0
RAG with Meilisearch: Mastering hybrid search for LLMs
Learn how to enhance LLM accuracy using Retrieval Augmented Generation (RAG) with Meilisearch's hybrid search capabilities.
π The future of generative AI is here
π¬ But only if you tackle hallucinations and context-limits head-on
In our latest blog post, we explore how RAG + hybrid search (full-text + semantic) can dramatically boost your LLMβs accuracy and relevance
π Check it out: www.meilisearch.com/blog/masteri...
29.10.2025 16:06
π 1
π 0
π¬ 0
π 0