Юниверс DG SDK UI
v2.15.0

Псевдоним типа ISearchQuery

type ISearchQuery = {
    aggregations?: IAggregation[];
    asOf?: string;
    collapseField?: ICollapseField;
    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;
}
Индекс

Свойства

aggregations?: IAggregation[]
asOf?: string
collapseField?: ICollapseField
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