@coveo/headless
    Preparing search index...

    Interface UpdateInstantResultQueryActionCreatorPayload

    interface UpdateInstantResultQueryActionCreatorPayload {
        id: string;
        q: string;
    }
    Index

    Properties

    id q

    Properties

    id: string

    The search box ID.

    q: string

    The initial basic query expression for instant results.