Describes the search options.

interface SearchOptions {
    matchCase: boolean;
    wholePhrase: boolean;
}

Properties

matchCase: boolean

Whether the search should respect the case.

wholePhrase: boolean

Whether the search should look for a whole phrase.