main) of all documents.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Text to search for (case-insensitive) |
filesystem | string | No | Filesystem slug. Omit to search all accessible filesystems |
path | string | No | Scope search to a path prefix (e.g., "/guides/") |
limit | integer | No | Max results (default: 20) |
Response
Array of matching sections, each with:Limitations
- Only searches content committed to main
- Does not include uncommitted working changes
- Does not search feature branches
- Use
find+readto inspect branch content