> ## Documentation Index
> Fetch the complete documentation index at: https://context7-enes-docs7-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Search

> Built-in full-text search with no external service

Every Docs7 site ships with static full-text search. There is nothing to configure or pay for. The index is built at deploy time and served with the site.

* Open it with the search button or **⌘K** / **Ctrl+K**.
* Multi-language sites get one index per language, based on each page's language in the navigation.
* Customize the placeholder text with `search.prompt` in `docs.json`.

## Controlling what's indexed

| Setting                                       | Effect                                                                      |
| --------------------------------------------- | --------------------------------------------------------------------------- |
| `hidden: true` or `noindex: true` frontmatter | Page excluded from search (and the sitemap).                                |
| `searchable: false` frontmatter               | Page excluded from search only.                                             |
| `boost` (navigation or frontmatter)           | Weights results; higher values rank a page above others for the same match. |
| `keywords` frontmatter                        | Extra terms indexed for the page without appearing in the content.          |

## Failure behavior

Search indexing failures never fail a deployment: the site publishes without search and the build log shows a warning.
