[VBScript] function ISYSIndex.PerformEnglishFind(_ string Query_ ) as ISYSResultList
[C#] IISYSResultList IISYSIndex.PerformEnglishFind( string Query );
[ColdFusion/Java] IISYSResultList IISYSIndex.PerformEnglishFind( java.lang.String Query ) throws ComException;
<% dim index, results set index = Application("ISYS").OpenIndex("c:\index") set results = index.PerformEnglishFind(Request("search")) %>