# app.rocksky.feed.search

> Published by [rocksky.app](https://lexicon.garden/identity/did:plc:vegqomyce4ssoqs7zwqvgqty)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.feed.search)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.feed.search/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.feed.search/examples)

## Definitions

### `app.rocksky.feed.search`

**Type**: `query`

Search for content in the feed

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `query` | `string` | Yes | The search query string |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "app.rocksky.feed.search",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "app.rocksky.feed.defs#searchResultsView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "query"
        ],
        "properties": {
          "query": {
            "type": "string",
            "description": "The search query string"
          }
        }
      },
      "description": "Search for content in the feed"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
