pub fn search_issues_dispatch(
repo: &str,
query: &str,
kind: &str,
state: &str,
sort: Option<&str>,
limit: usize,
labels: Option<&str>,
) -> StringExpand description
Route SEARCH mode to the right backend based on kind.