Compartilhar via


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
fuzzy
Edm.Boolean True True

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

search
Edm.String False False

Search term.

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.

filter
Edm.String True False

Filter criteria to reduce results returned.

options
Edm.String True False

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

Return type

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

See also