Skip to main content

IssueSearchScope

Type Alias IssueSearchScope 

Source
pub type IssueSearchScope = IssueSearchScope;
Expand description

The scope to apply search query terms to.

Aliased Type§

pub enum IssueSearchScope {
    Title,
    Description,
}

Variants§

§

Title

Search within titles.

§

Description

Search within descriptions.