Skip to content

feat: search all indices when no subcommand is given#94

Merged
samcm merged 1 commit intomasterfrom
bold-deer-651
Mar 20, 2026
Merged

feat: search all indices when no subcommand is given#94
samcm merged 1 commit intomasterfrom
bold-deer-651

Conversation

@samcm
Copy link
Copy Markdown
Member

@samcm samcm commented Mar 20, 2026

panda search "eip-4844" used to just print help text since the parent command had no handler. Now it searches all three indices (examples, runbooks, EIPs) concurrently and shows grouped results. If some indices fail, the successful results still display. Also pulled the result formatting into shared helpers so the combined and per-index subcommands don't duplicate it.

`panda search "eip-4844"` now fans out to examples, runbooks, and EIPs
concurrently and displays grouped results, instead of printing help.
@samcm samcm merged commit 7653051 into master Mar 20, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants