Preparing search index...
@universe-dg/sdk
Universe
MDM
CE
Data
ISearchQuery
Interface ISearchQuery
Public
interface
ISearchQuery
{
asOf
?:
string
;
count
?:
number
;
countOnly
:
boolean
;
drafts
:
boolean
;
entity
:
string
;
facets
?:
FACETS
[]
;
fetchAll
:
boolean
;
formFields
?:
IFormField
<
string
|
number
|
boolean
>
[]
;
formGroups
?:
IFormGroup
[]
;
page
?:
number
;
returnFields
:
string
[]
;
searchDataType
:
SearchDataType
;
searchFields
:
string
[]
;
sortFields
?:
ISortField
[]
;
start
?:
number
;
supplementary
?:
ISupplementary
[]
;
supplementaryGroups
?:
IDataSearchGroup
[]
;
text
?:
string
;
totalCount
:
boolean
;
}
Index
Properties
as
Of?
count?
count
Only
drafts
entity
facets?
fetch
All
form
Fields?
form
Groups?
page?
return
Fields
search
Data
Type
search
Fields
sort
Fields?
start?
supplementary?
supplementary
Groups?
text?
total
Count
Properties
Optional
as
Of
asOf
?:
string
Optional
count
count
?:
number
count
Only
countOnly
:
boolean
drafts
drafts
:
boolean
entity
entity
:
string
Optional
facets
facets
?:
FACETS
[]
fetch
All
fetchAll
:
boolean
Optional
form
Fields
formFields
?:
IFormField
<
string
|
number
|
boolean
>
[]
Optional
form
Groups
formGroups
?:
IFormGroup
[]
Optional
page
page
?:
number
return
Fields
returnFields
:
string
[]
search
Data
Type
searchDataType
:
SearchDataType
search
Fields
searchFields
:
string
[]
Optional
sort
Fields
sortFields
?:
ISortField
[]
Optional
start
start
?:
number
Optional
supplementary
supplementary
?:
ISupplementary
[]
Optional
supplementary
Groups
supplementaryGroups
?:
IDataSearchGroup
[]
Optional
text
text
?:
string
total
Count
totalCount
:
boolean
On This Page
Properties
as
Of
count
count
Only
drafts
entity
facets
fetch
All
form
Fields
form
Groups
page
return
Fields
search
Data
Type
search
Fields
sort
Fields
start
supplementary
supplementary
Groups
text
total
Count
Юниверс DG SDK UI
Loading...
Public