@yoch/frozenminisearch v1.3.0
    Preparing search index...

    Type Alias Suggestion

    A search-completion suggestion.

    type Suggestion = {
        score: number;
        suggestion: string;
        terms: string[];
    }
    Index

    Properties

    score: number

    Score for the suggestion.

    suggestion: string

    The suggested phrase.

    terms: string[]

    The suggestion as an array of terms.