search searches provider resources.
Search spans issues, repositories, and code. Gitfleet keeps the entry point provider-neutral.
Use search when finding work items, repositories, or code across provider
indexes.
Search syntax is provider-backed. Qualifiers that work on one provider may not mean the same thing on another. Start with broad read-only searches, then narrow queries once you confirm the active provider and account.
gitfleet search issues "is:open label:bug"gitfleet search repos "topic:rust"gitfleet search code "Renderer repo:owner/repository"gitfleet search issues "is:open label:bug" --limit 25 --page 2
GitHub and GitLab both expose search support, with provider-specific query syntax and indexing limits.
These commands are read-only.
Use --json for discovery scripts and reports.
For search output, --limit is the page size and --page selects a 1-based
provider page.