searchsuggest Action
Provides suggestions 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 | Use fuzzy search to aid with misspellings. The default is false. |
search
|
Edm.String | False | False | Search term. |
entities
|
Edm.String | True | False | The default is searching across all search-configured entities. |
orderby
|
Edm.String | True | False | List of comma-separated clauses where each clause is an attribute name followed by 'asc' or 'desc'. |
filter
|
Edm.String | True | False | Filter criteria to reduce results returned. |
top
|
Edm.Int32 | True | True | Number of suggestions to retrieve. The default is 5. |
propertybag
|
Edm.String | True | False | A collection of additional properties for search request. Eg. appid, correlationid. |
options
|
Edm.String | True | False | Options are settings configured to search a search term. Eg. lucene, besteffortsearch, groupranking, searchmodelall. |
Return type
Type | Nullable | Description |
---|---|---|
searchsuggestResponse | False | Contains the response of the searchsuggest action. |