Skip to content

Autocomplete

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

Interface: Autocomplete

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


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


useFuzzy

Optional useFuzzy: boolean

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

Clone this wiki locally