@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Interface AutocompleteContentResult

    interface AutocompleteContentResult {
        attributes?: Record<string, string[]>;
        id: string;
        pinned: boolean;
        score: number;
        title: string;
        url: string;
    }
    Index

    Properties

    attributes?: Record<string, string[]>
    id: string
    pinned: boolean
    score: number
    title: string
    url: string