> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-update-regex-mention.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Search runs

> Learn how to search for specific runs by name or ID in your project's Runs table or Workspace.

Use the search box in your project's Runs table or Workspace to find specific [runs by name or ID](/models/runs/run-identifiers). W\&B interprets search queries as regular expressions that use [Google RE2 syntax](https://github.com/google/re2/wiki/Syntax).

## Search for a run by name or ID

1. From the project sidebar, select **Runs** or **Workspace**.
2. Select the search box at the top of the runs table.
3. Enter a run name, run ID, or regular expression that uses RE2 syntax.

## Turn off regular expressions search

To search for an exact text string instead of a regular expression:

1. From the project sidebar, select **Runs** or **Workspace**.
2. Select the search box at the top of the runs table.
3. Turn off the RegEx toggle (`.*`). The toggle appears gray when regular expression search is disabled.
