vtx.GetAutoCompleteResult
This job returns auto-complete suggestions from the full-text engine for a search term. Typically used in the search input field to display live suggestions.
|
This job is not described in the official enaio® documentation but is listed as known in the VTX engine overview’s "Undocumented Endpoints" section. This description was reconstructed from the call code of the |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Reserved; always pass |
|
STRING |
Yes |
Input term for which suggestions are to be returned. |
|
STRING |
No |
Restrict suggestions to specific object types. Format: separator-separated list of numeric object type IDs (the separator is passed through unchanged by the call code — typically |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
STRING |
— |
Suggestion list in the format |
4. See Also
-
vtx.IsAutoCompleteEnabled— feature flag query (likewise officially undocumented) -
vtx.GetSearchResult — actual full-text search