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

    Type Alias InputSearchPopularSearches

    type InputSearchPopularSearches = {
        boost?: InputSearchBoost[];
        emptyQueryMatchesAll?: boolean;
        filter?: InputSearchTopLevelFilter[];
        from?: number;
        highlight?: InputSearchHighlight;
        size?: number;
        sort?: InputSearchSort[];
    }
    Index

    Properties

    emptyQueryMatchesAll?: boolean
    from?: number
    size?: number