home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / COMMON / WIZARD98 / VIWZ1.DLL / 1033 / HTMX / 2531 < prev    next >
Text File  |  1998-02-24  |  3KB  |  86 lines

  1.  
  2. <HTML>
  3.  
  4. <HEAD>
  5. <TITLE>Text Search</TITLE>
  6. <META NAME="FORMATTER" CONTENT="Microsoft Visual InterDev 1.0">
  7. <META NAME="FORMATTER" CONTENT="Microsoft FrontPage 2.0">
  8. </HEAD>
  9.  
  10. <BODY>
  11.  
  12. <H1><A NAME="top">Text Search</A></H1>
  13.  
  14. <HR>
  15.  
  16. <P>Use the form below to search for documents in this web
  17. containing specific words or combinations of words. The text
  18. search engine will display a weighted list of matching documents,
  19. with better matches shown first. Each list item is a link to a
  20. matching document; if the document has a title it will be shown,
  21. otherwise only the document's file name is displayed. A brief <A
  22. HREF="#querylang">explanation</A> of the query language is
  23. available, along with examples.</P>
  24. <!--webbot bot="Search" s-link s-fields="TimeStamp,DocumentK,"
  25. s-index="All" s-dsn="default" tag="FORM" s-text="Search for:"
  26. i-size="20" s-submit="Start Search" s-clear="Clear" startspan -->
  27.  
  28. <FORM ACTION="_vti_bin/shtml.dll/search.htm" METHOD="POST">
  29.     <INPUT TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><P><B>Search
  30.     for: </B><INPUT TYPE="text" NAME="search" SIZE="20" VALUE></P>
  31.     <P><INPUT TYPE="submit" VALUE="Start Search"><INPUT
  32.     TYPE="reset" VALUE="Clear"></p>
  33. </FORM>
  34. <!--webbot bot="Search" endspan i-checksum="34878" -->
  35.  
  36. <HR>
  37.  
  38. <H2><A NAME="querylang">Query Language</A></H2>
  39.  
  40. <P>The text search engine allows queries to be formed from
  41. arbitrary Boolean expressions containing the keywords AND, OR,
  42. and NOT, and grouped with parentheses. For example:</P>
  43.  
  44. <BLOCKQUOTE>
  45.     <DL>
  46.         <DT><STRONG><TT>information retrieval</TT></STRONG></DT>
  47.         <DD>finds documents containing 'information' or
  48.             'retrieval'<BR>
  49.             <BR>
  50.         </DD>
  51.         <DT><STRONG><TT>information or retrieval</TT></STRONG></DT>
  52.         <DD>same as above<BR>
  53.             <BR>
  54.         </DD>
  55.         <DT><STRONG><TT>information and retrieval</TT></STRONG></DT>
  56.         <DD>finds documents containing both 'information' and
  57.             'retrieval'<BR>
  58.             <BR>
  59.         </DD>
  60.         <DT><STRONG><TT>information not retrieval</TT></STRONG></DT>
  61.         <DD>finds documents containing 'information' but not
  62.             'retrieval'<BR>
  63.             <BR>
  64.         </DD>
  65.         <DT><STRONG><TT>(information not retrieval) and WAIS</TT></STRONG></DT>
  66.         <dd>finds documents containing 'WAIS', plus 'information'
  67.             but not 'retrieval'<BR>
  68.             <BR>
  69.         </DD>
  70.         <DT><STRONG><TT>web*</TT></STRONG></DT>
  71.         <DD>finds documents containing words starting with 'web'<BR>
  72.             <BR>
  73.         </DD>
  74.     </DL>
  75. </BLOCKQUOTE>
  76.  
  77. <H5><A HREF="#top">Back to Top</A></H5>
  78.  
  79. <HR>
  80.  
  81. <H5>Author information goes here.<BR>
  82. Copyright ⌐ 1998 Your Company Name. All rights reserved.<BR>
  83. </H5>
  84. </BODY>
  85. </HTML>
  86.