# KnowledgeSearchResult

Model ID: `KnowledgeSearchResult`

A single lexical keyword-search match.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `body` | `string` | Yes |  |  |  | No | Entry body text. |
| `collection` | `string` | Yes |  |  |  | No | Identifier of the collection this entry belongs to. |
| `id` | `string` | Yes |  |  |  | No | Stable entry identifier. |
| `tags` | `array` | Yes |  |  |  | No | Tags associated with this entry. |
| `title` | `string` | Yes |  |  |  | No | Entry title. |

## Example

None declared in canonical OpenAPI.
