> ## Documentation Index
> Fetch the complete documentation index at: https://www.meilisearch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# SaaS CRM Search

> Multi-tenant CRM search with native data isolation per user

<Info>
  **Live demo**: [saas.meilisearch.com](https://saas.meilisearch.com)
</Info>

This SaaS demo showcases Meilisearch's multi-tenancy capabilities in a CRM context. The core feature is native data isolation: switch between users and each one sees a completely different view of the data, even though all documents are stored in the same index.

<img src="https://mintcdn.com/meilisearch-6b28dec2/AA65w-9bZrf-CgFA/assets/images/demos/saas-demo-screenshot.png?fit=max&auto=format&n=AA65w-9bZrf-CgFA&q=85&s=63cf64bd4aa4ebd7facba4171e75e74d" alt="SaaS demo screenshot" width="1600" height="1007" data-path="assets/images/demos/saas-demo-screenshot.png" />

## Key features

* **Multi-tenancy**: Switch users to see entirely different results. Each user's data is isolated natively at the search engine level, with no application-side filtering required.
* **Federated search**: Query contacts, companies, and deals in a single request, with results grouped by type.
* **Universal search bar**: One search input covers the entire application.

## Links

<CardGroup cols={2}>
  <Card title="Try the demo" icon="globe" href="https://saas.meilisearch.com">
    Experience multi-tenant search
  </Card>

  <Card title="Source code" icon="github" href="https://github.com/meilisearch/saas-demo">
    View implementation on GitHub
  </Card>
</CardGroup>
