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
entities
Edm.String True False

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

options
Edm.String True False

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

search
Edm.String False False

Search term.

propertybag
Edm.String True False

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

filter
Edm.String True False

Filter criteria to reduce results returned.

fuzzy
Edm.Boolean True True

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

Return type

Type Nullable Description
searchautocompleteResponse False Contains the response of the searchautocomplete action.

See also