Returns a list of suggested completions for a string that you provide.
This action has two modes:
Dictionary. You supply a text document that lists the words that you want to return in the action.
Index. QMS retrieves terms from the configured index IDOL Server Content component.
http://12.3.4.56:12000/action=TypeAhead&Mode=Index&Text=Go
This action uses port 12000 to get the request log from the ACI server that is located on a machine with the IP address 12.3.4.56.
| Parameter | Description | Required |
|---|---|---|
| FieldRestriction | The IDOL Server fields to use to find expanded terms. | |
| MaxResults | The maximum number of suggestions to return. | |
| MinScore | The minimum score a suggestion must have. | |
| Mode | The method to use to generate the suggested terms. | Yes |
| SecurityInfo | The user security information that you want to use to restrict the suggestions. | |
| TermExpandParameter | Additional parameters to add to the TermExpand action that QMS sends for the Index mode. |
|
| Text | The string that you want to expand with type-ahead suggestions. | Yes |
This action accepts the following standard ACI action parameters.
| Parameter | Description |
|---|---|
| ActionID | A string to use to identify an ACI action. |
| EncryptResponse | Encrypt the output. |
| FileName | The file to write output to. |
| ForceTemplateRefresh | Forces the server to load the template from disk. |
| Output | Writes output to a file. |
| ResponseFormat | The format of the action output. |
| Template | The template to use for the action output. |
| TemplateParamCSVs | A list of variables to use for the specified template. |
|
|