@nosto/nosto-js

    Interface SearchEventMetadata

    interface SearchEventMetadata {
        hasResults: boolean;
        isAutoComplete: boolean;
        isAutoCorrect: boolean;
        isKeyword: boolean;
        isOrganic: boolean;
        isRefined: boolean;
        isSorted: boolean;
        query: string;
        refinedQuery?: string;
        resultId: string;
    }
    Index

    Properties

    hasResults: boolean
    isAutoComplete: boolean
    isAutoCorrect: boolean
    isKeyword: boolean
    isOrganic: boolean
    isRefined: boolean
    isSorted: boolean
    query: string
    refinedQuery?: string
    resultId: string
    MMNEPVFCICPMFPCPTTAAATR