Skip to content

Suggest

Aleksandr Rogov edited this page Jul 15, 2023 · 1 revision

Interface: Suggest

Hierarchy

Table of contents

Properties

Properties

entities

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.

Inherited from

SearchQueryBase.entities


filter

Optional filter: string

Filters are applied while searching data and are specified in standard OData syntax.

Inherited from

SearchQueryBase.filter


orderBy

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

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.

Inherited from

SearchQueryBase.search


top

Optional top: number

Number of suggestions to retrieve. The default is 5.


useFuzzy

Optional useFuzzy: boolean

Use fuzzy search to aid with misspellings. The default is false.

Clone this wiki locally