Interface AdvancedSearchQueryActionCreatorPayload

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

Properties

Properties

aq?: string

The advanced query.

cq?: string

The constant query.

dq?: string

The disjunction query

lq?: string

The large query.