search_text: search files with AI
search_text lets you search strings, patterns or regular expressions within files in any workspace folder. It's the ideal tool for analyzing large logs, finding code references and validating configurations.
Cerewro Chat — Search errors in logs
Search for all lines with "ERROR" in the C:\logs folder and show me the 10 most recent
search_text parameters
| Parameter | Description |
|---|---|
directory | Folder to search in |
pattern | Text or regex pattern to search |
file_filter | Extension filter (e.g. *.log, *.py) |
Advanced use cases
- Find all calls to a function in a code project
- Locate a specific IP in IIS access logs
- Verify a configuration string exists in all environment files
- Count how many times a specific error appears in log history