Help > Web Development > Object Reference > Object Reference > ISYSSuggestionList
<a name="kanchor571"></a>ISYSSuggestionList Object
Contains alternative query suggestions based on the current result list.
ISYSSuggestionList Properties
BestSuggestionContains the suggestion that is like to produce the best result. Read-Only.
CountIndicates the number of items in the list. Read-Only.
ItemAllows random access to individual items within the list.
Examples
[VBScript]
<% ' Execute a pre-configured search set Results = ISYSSearch.Execute ' Get any alternative query suggestion Suggestion = Results.Suggestion.BestSuggestion %>
See Also
ISYSResultList::Suggestion
ISYSSuggestion