search
Find matching lines in exposed files using a case-insensitive pattern, stopping after a configurable number of hits.
Instructions
Find lines containing pattern across the exposed files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Case-insensitive literal substring to look for. | |
| max_matches | No | Stop after this many hits. |