---
title: "Search"
method: GET
path: "/search"
tags: ["Overview"]
---

# Search

`GET /search`

Search every resource type at once. `meta.facets.types` carries per-type hit counts for the full result set (useful for filter chips); narrow with `types=`.

## Query parameters

- `q` string
- `types` string
- `tags` string
- `match` 'any' | 'all'
- `sort` 'default' | 'title' | 'date'
- `fields` string
- `page` integer
- `limit` integer

## Response `200`

Paged, type-faceted results.

- SearchEnvelope
  - `meta` object
    - `total` integer
    - `page` integer
    - `limit` integer
    - `pages` integer
    - `query` object
    - `facets` object
      - `types` object
  - `data` Doc[]
    - `type` string
    - `slug` string
    - `title` string
    - `summary` string
    - `url` string, uri
    - `tags` string[]
    - `date` string
    - `content` string — Full markdown body when include=content.

---

[API](https://skmtc.dev/apievangelist/apis/api-evangelist-network-api.md) · [All operations](https://skmtc.dev/apievangelist/apis/api-evangelist-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apievangelist/api-evangelist-network-api/revisions/2be0060cad61/schema)
