@nosto/nosto-js

    Interface SearchKeywords

    interface SearchKeywords {
        from?: number;
        fuzzy?: boolean;
        hits: SearchKeyword[];
        size?: number;
        total: number;
    }
    Index

    Properties

    from?: number

    Unmodified request parameter from to be used for further pagination

    fuzzy?: boolean

    If main search query returned no results and fuzzy search was triggered

    Keyword list

    size?: number

    Unmodified request parameter size to be used for further pagination

    total: number

    How many products were found

    MMNEPVFCICPMFPCPTTAAATR