Preparing search index...
    type ISearchQuery = {
        aggregations?: IAggregation[];
        asOf?: string;
        count?: number;
        countOnly?: boolean;
        drafts?: boolean;
        entity?: string;
        facets?: Universe.DG.DataCommon.FACETS[];
        fetchAll?: boolean;
        formFields?: IFormField[];
        formGroups?: IFormGroup[];
        hierarchical?: boolean;
        negate?: boolean;
        page?: number;
        returnAllFields?: boolean;
        returnFields?: string[];
        searchAllFields?: boolean;
        searchDataType?: Universe.DG.DataCommon.SearchDataType;
        searchFields?: string[];
        sortFields?: ISortField[];
        supplementary?: Universe.DG.DataCommon.ISupplementary[];
        supplementaryGroups?: ISearchGroupBase<IAssetGroupQuery>[];
        text?: string;
        totalCount?: boolean;
    }
    Index

    Properties

    aggregations?: IAggregation[]
    asOf?: string
    count?: number
    countOnly?: boolean
    drafts?: boolean
    entity?: string
    fetchAll?: boolean
    formFields?: IFormField[]
    formGroups?: IFormGroup[]
    hierarchical?: boolean
    negate?: boolean
    page?: number
    returnAllFields?: boolean
    returnFields?: string[]
    searchAllFields?: boolean
    searchFields?: string[]
    sortFields?: ISortField[]
    supplementaryGroups?: ISearchGroupBase<IAssetGroupQuery>[]
    text?: string
    totalCount?: boolean