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

# Search

> Full-text search across localized fields.

List endpoints accept a `search` query parameter for free-text filtering.

```bash theme={null}
GET /api/v2/room-types?search=superior
```

How `search` matches:

* **Full-text** — matches anywhere in the value, not just the start.
* **Case-insensitive** — `superior` matches `Superior`.
* **Diacritics-insensitive** — `lazne` matches `Lázně`.
* **All languages** — matched against every locale (`cs-CZ`, `de`, `en`, `ru`)
  at once, so a term in any language matches.

To match an exact value such as a room type code, use that field's own filter.

Each endpoint lists the field(s) its `search` covers.
