Skip to content

Add federated search demo#3574

Open
CaroFG wants to merge 1 commit into
mainfrom
add-federated-search-demo
Open

Add federated search demo#3574
CaroFG wants to merge 1 commit into
mainfrom
add-federated-search-demo

Conversation

@CaroFG
Copy link
Copy Markdown
Contributor

@CaroFG CaroFG commented May 6, 2026

Description

Adds the recently updated federated search demo to the list

Checklist

For internal Meilisearch team member only:

For external maintainers

  • Did you use any AI tool while implementing this PR (code, tests, docs, etc.)? If yes, disclose it in the PR description and describe what it was used for. AI usage is allowed when it is disclosed.
  • Have you made sure that the title is accurate and descriptive of the changes?

Summary by CodeRabbit

  • New Features
    • Introduced a new federated search demo page in the Resources section under Demos. The page features a live, interactive demonstration and provides convenient access to both the demo and detailed guide for exploring federated search functionality.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

📝 Walkthrough

Walkthrough

A new federated search demo page has been added to the documentation site. The navigation configuration was updated to register the demo in the Demos section under Resources, and a new MDX file provides the demo description with links to the live demo and guide.

Changes

Documentation and Navigation Addition

Layer / File(s) Summary
Documentation Content
resources/demos/federated_search.mdx
New demo page with title, sidebar label, description, live demo link, explanatory narrative, and two-column card layout linking to live demo and guide.
Navigation Configuration
config/navigation.json
Added "resources/demos/federated_search" entry to the Demos group under Resources, positioned alongside the existing hydration demo entry.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes


🐰 A demo new and bright,
Federated search takes flight,
Navigation's map extends,
Where discovery never ends! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Add federated search demo' directly and clearly summarizes the main change - adding a new federated search demo documentation page to the navigation and codebase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-federated-search-demo

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 6, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
meilisearch-documentation 🟢 Ready View Preview May 6, 2026, 2:11 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@resources/demos/federated_search.mdx`:
- Around line 2-3: Change the frontmatter values for title and sidebarTitle to
use sentence-style capitalization by making only the first word capitalized:
replace "Federated Search" with "Federated search" for both title and
sidebarTitle (edit the frontmatter keys title and sidebarTitle in the
federated_search.mdx content).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e52e0f86-f8e9-41ae-86d6-c9db47f0ba9a

📥 Commits

Reviewing files that changed from the base of the PR and between 31660b4 and a100eca.

📒 Files selected for processing (2)
  • config/navigation.json
  • resources/demos/federated_search.mdx

Comment on lines +2 to +3
title: Federated Search
sidebarTitle: Federated Search
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Use sentence-style capitalization: Federated search

Both title and sidebarTitle capitalize "Search", which is neither a proper noun nor a product/acronym name.

✏️ Proposed fix
-title: Federated Search
-sidebarTitle: Federated Search
+title: Federated search
+sidebarTitle: Federated search

As per coding guidelines: "Use sentence-style capitalization in headings (first word and proper nouns only). Exceptions: product names, acronyms, and patterns like 'Step 1: Do this'."

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
title: Federated Search
sidebarTitle: Federated Search
title: Federated search
sidebarTitle: Federated search
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@resources/demos/federated_search.mdx` around lines 2 - 3, Change the
frontmatter values for title and sidebarTitle to use sentence-style
capitalization by making only the first word capitalized: replace "Federated
Search" with "Federated search" for both title and sidebarTitle (edit the
frontmatter keys title and sidebarTitle in the federated_search.mdx content).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant