@nosto/nosto-js
    Preparing search index...

    Interface SearchFacetTerm

    interface SearchFacetTerm {
        count: number;
        position?: number;
        selected: boolean;
        value: string;
        visual?: SearchFacetValueVisual;
    }
    Index

    Properties

    count: number

    How many products had this term

    position?: number
    selected: boolean

    Was this term selected, to add selected checkbox in frontend

    value: string

    Term value