home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Komunik / sambar / sambar51p.exe / docs / search / isapi.stm < prev    next >
Encoding:
Text File  |  2002-01-14  |  1.4 KB  |  43 lines

  1. <RC$title = ISAPI Search DLL>
  2. <RC$navurl = /search/index.stm>
  3. <RC$navname = Search>
  4. <RCinclude /header.stm>
  5.  
  6. <BR>
  7. <B>
  8. <FONT SIZE="+1">I</FONT>SAPI 
  9. <FONT SIZE="+1">S</FONT>EARCH 
  10. <FONT SIZE="+1">T</FONT>OOL
  11. </B>
  12. <P>
  13. </CENTER> 
  14. <P>
  15. The ISAPI search tool is provided as an alternative to the 
  16. <A HREF="index.htm">Sambar Search Engine</A>.  Unlike the
  17. Sambar Search Engine which requires the site administrator
  18. to pre-index the pages being searched, the ISAPI search tool walks 
  19. all files found in the </I>samples</I> directory in "real-time" 
  20. when the search is requested.  
  21. <P>
  22. <CENTER>
  23. <TABLE cellpadding=5>
  24. <TR><TD>
  25. <B>Search:</B><BR>
  26. <FORM METHOD=POST ACTION="/samples/search.dll">
  27. <INPUT NAME="query" SIZE=30 VALUE="" MAXLENGTH=40> 
  28. <INPUT TYPE=image SRC="/sysimage/system/go.gif" height=20 width=20 border=0><BR>
  29. <INPUT TYPE=radio NAME="logic" VALUE="or" CHECKED> <B>OR</B> together terms<BR>
  30. <INPUT TYPE=radio NAME="logic" VALUE="and"> <B>AND</B> together terms
  31. </FORM>
  32. </TD></TR>
  33. </TABLE>
  34. </CENTER>
  35. <P> 
  36. Notes:  Only files ending in *.htm, *.html and *.txt are searched.
  37. In addition, only files found in or beneath the directory in which the
  38. search.dll is located are searched.  In the example above, the search.dll 
  39. is placed in the <I>samples</I> directory so all files below /docs/samples
  40. are searched.
  41. <P> 
  42. <RCinclude /footer.stm>
  43.