@nosto/nosto-js

    Interface SearchFacetTerm

    interface SearchFacetTerm {
        count: number;
        selected: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    count: number

    How many products had this term

    selected: boolean

    Was this term selected, to add selected checkbox in frontend

    value: string

    Term value

    MMNEPVFCICPMFPCPTTAAATR