@coveo/headless
    Preparing search index...

    Interface AdvancedSearchQueryActionCreatorPayload

    interface AdvancedSearchQueryActionCreatorPayload {
        aq?: string;
        cq?: string;
        dq?: string;
        lq?: string;
    }
    Index

    Properties

    Properties

    aq?: string

    The advanced query.

    cq?: string

    The constant query.

    dq?: string

    The disjunction query

    lq?: string

    The large query.