Preparing search index...
    interface ISearchQuery {
        asOf?: string;
        count?: number;
        countOnly: boolean;
        drafts: boolean;
        entity: string;
        facets?: Universe.MDM.CE.Data.FACETS[];
        fetchAll: boolean;
        formFields?: IFormField<string | number | boolean>[];
        formGroups?: IFormGroup[];
        page?: number;
        returnFields: string[];
        searchDataType: Universe.MDM.CE.Data.SearchDataType;
        searchFields: string[];
        sortFields?: ISortField[];
        start?: number;
        supplementary?: SupplementaryData[];
        supplementaryGroups?: IDataSearchGroup[];
        text?: string;
        totalCount: boolean;
    }
    Index

    Properties

    asOf?: string
    count?: number
    countOnly: boolean
    drafts: boolean
    entity: string
    fetchAll: boolean
    formFields?: IFormField<string | number | boolean>[]
    formGroups?: IFormGroup[]
    page?: number
    returnFields: string[]
    searchFields: string[]
    sortFields?: ISortField[]
    start?: number
    supplementary?: SupplementaryData[]
    supplementaryGroups?: IDataSearchGroup[]
    text?: string
    totalCount: boolean