-
-
Notifications
You must be signed in to change notification settings - Fork 60
Suggest
-
↳
Suggest
• 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
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.
• 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
top: number
Number of suggestions to retrieve. The default is 5.
• Optional
useFuzzy: boolean
Use fuzzy search to aid with misspellings. The default is false.