Skip to content

Commit 87eadbc

Browse files
authored
Merge pull request #3592 from meilisearch/brunoocasali-patch-1
Pricing info regarding DSR add-on
2 parents e2119c5 + 9fc730c commit 87eadbc

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Search rules pricing
3+
sidebarTitle: Pricing
4+
description: Understand the free tier, add-on pricing, and extra rule packs for search rules.
5+
---
6+
7+
## Free tier
8+
9+
Every Meilisearch Cloud project includes up to 3 search rules at no extra cost. No add-on is required to use them.
10+
11+
## Search rules add-on
12+
13+
If you need more than 3 rules, subscribe to the Search Rules add-on for **$25/month per project**. The add-on raises your limit to **10 rules per project**.
14+
15+
## Extra rule packs
16+
17+
If you need more than 10 rules, you can purchase additional packs of 10 rules starting at **$50/month per project per pack**. Each pack stacks on top of the previous limit.
18+
19+
## Enterprise plans
20+
21+
For higher limits or custom pricing, contact the Meilisearch team through the Cloud.
22+
23+
## Canceling the add-on
24+
25+
You can cancel the add-ons at any time. The add-on (and any extra rule packs you purchased) remains active until the end of the current billing cycle. To undo a scheduled cancellation before it takes effect, use the cancel removal button in the UI.

capabilities/search_rules/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The feature is exposed through the `/dynamic-search-rules` API routes and the `d
1616
This is different from the [search rules object used in tenant tokens](/capabilities/security/advanced/tenant_token_payload#search-rules), which enforces filters.
1717
</Note>
1818

19+
## Search rules pricing
20+
21+
Search Rules is a paid add-on with a free tier. Each project includes up to 3 search rules for free. Additional rule packs can be purchased directly through the UI as needed. [Check the pricing page](/capabilities/search_rules/advanced/search_rules_pricing) for more information.
22+
1923
## When to use search rules
2024

2125
Search rules are a good fit whenever you know exactly which document should appear at which position for a specific query, empty state, or time window. For example, you might pin your billing help article to the top whenever users search for "invoice", feature a seasonal landing page for "summer sale" queries during a time-limited campaign, or curate a default list of onboarding articles for users who open search with an empty query. In each case, organic ranking still decides the rest of the result set. Only the pinned documents are promoted to fixed positions.

0 commit comments

Comments
 (0)