[VBScript] function ISYSIndex.FindWordMatch(_ string Word, _ long SearchType_ ) as ISYSWordSearch
[C#] IISYSWordSearch IISYSIndex.FindWordMatch( string Word, long SearchType );
[ColdFusion/Java] IISYSWordSearch IISYSIndex.FindWordMatch( java.lang.String Word, long SearchType ) throws ComException;
<% set wordSearch = Application("ISYSIndex").FindWordMatch(Request("search"), _ WordSearchSoundLike) for each item in wordSearch Response.Write "The word " & Item.Word & " occurs " & Item.Count & " times" next %>