Help > Web Development > Object Reference > Object Reference > ISYSWordSearchItem
<a name="kanchor578"></a>ISYSWordSearchItem Object
Contains the word information from FindWordMatch.
ISYSWordSearchItem Properties
CountReturns the number of occurrence of this search term.
WordReturns the word as a string
Examples
[VBScript]
<% set wordSearch = Application("ISYSIndex").FindWordMatch(Request("search"), _ WordSearchSoundLike) for each item in wordSearch Response.Write "The word " & Item.Word & " occurs " & Item.Count & " times" next %>
See Also
FindWordMatch