@coveo/headless-react
    Preparing search index...

    Interface RegisterQuerySuggestActionCreatorPayload

    interface RegisterQuerySuggestActionCreatorPayload {
        count?: number;
        id: string;
    }
    Index

    Properties

    Properties

    count?: number

    The number of query suggestions to request from Coveo ML (for example, 3).

    5.

    id: string

    A unique identifier for the new query suggest entity (for example, b953ab2e-022b-4de4-903f-68b2c0682942). Usually, this will be the ID of the search box controller that requests the query suggestions.