-
-
Notifications
You must be signed in to change notification settings - Fork 59
Search
-
↳
Search
• Optional
entities: string
[]
The default table list searches across all Dataverse search–configured tables and columns. The default list is configured by your administrator when Dataverse search is enabled.
• Optional
facets: string
[]
Facets support the ability to drill down into data results after they've been retrieved.
• Optional
filter: string
Filters are applied while searching data and are specified in standard OData syntax.
• Optional
orderBy: string
[]
A list of comma-separated clauses where each clause consists of a column name followed by 'asc' (ascending, which is the default) or 'desc' (descending). This list specifies how to order the results in order of precedence.
• Optional
returnTotalRecordCount: boolean
Specify true to return the total record count; otherwise false. The default is false.
• search: string
The search parameter value contains the term to be searched for and has a 100-character limit. For suggestions, min 3 characters in addition.
• Optional
searchMode: SearchMode
Specifies whether any or all the search terms must be matched to count the document as a match. The default is 'any'.
• Optional
searchType: SearchType
The search type specifies the syntax of a search query. Using 'simple' selects simple query syntax and 'full' selects Lucene query syntax. The default is 'simple'.
• Optional
skip: number
Specifies the number of search results to skip.
• Optional
top: number
Specifies the number of search results to retrieve. The default is 50, and the maximum value is 100.