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

# SearchScope

> Which span content fields a full-text search applies to.

**Values:**

* `ALL` = `"all"` - Search both the input and the output content of each span.
* `INPUT` = `"input"` - Search only the span's input content.
* `OUTPUT` = `"output"` - Search only the span's output content.
