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
options
Edm.String True False Options are settings configured to search a search term. Eg. lucene, besteffortsearch, groupranking, searchmodelall.
fuzzy
Edm.Boolean True True Fuzzy search to aid with misspellings. The default is false.
entities
Edm.String True False The default scope is searching across all search–configured entities and fields.
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.

Return Type

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

See also