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