Web Search Command: search
bohr search performs a web search and returns source links and summaries.
bohr search <query> [flags]
Parameters
| Parameter | Description |
|---|---|
--limit <number> | Maximum results, default 5; supported range is 1 to 10 |
-o, --output <format> | Select human or structured output |
-q, --jq <expression> | Filter structured output |
Examples
bohr search "density functional theory" --limit 5
bohr search "recent materials science breakthroughs" -o json
Use structured output when complete summaries are needed; terminal output may shorten long summaries.