searchautocomplete Action

Provides autocompletion of input as the user enters text into a form field.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
search
Edm.String False False

Search term.

fuzzy
Edm.Boolean True True

Fuzzy search to aid with misspellings. The default is false.

options
Edm.String True False

Options are settings configured to search a search term. Eg. lucene, besteffortsearch, groupranking, searchmodelall.

filter
Edm.String True False

Filter criteria to reduce results returned.

propertybag
Edm.String True False

A collection of the additional properties for search request. Eg. appid, correlationid.

entities
Edm.String True False

The default scope is searching across all search-configured entities and fields.

Return Type

Type Nullable Description
searchautocompleteResponse False The searchautocomplete action returns the following value.

See also