@coveo/headless
    Preparing search index...

    Interface UpdateQuerySetQueryActionCreatorPayload

    interface UpdateQuerySetQueryActionCreatorPayload {
        id: string;
        query: string;
    }
    Index

    Properties

    Properties

    id: string

    The unique identifier of the target query.

    query: string

    The new basic query expression.