home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DTEXT.Z / reader.qrs < prev    next >
Text File  |  1997-09-03  |  715b  |  18 lines

  1. <FUNCTION name="Title Search">
  2.      <FIELD title="Query:" variable=q> 
  3.      <QUERY>$q inside ((<label> inside <block>) or (<title> inside <map>) or
  4. (<title> inside <chapter>)) </>
  5. </FUNCTION>
  6. <FUNCTION name="Title Words">
  7.      <FIELD title="This word (phrase, pattern):" variable=q> 
  8.      <FIELD title="and this one, inside a title:" variable=r> 
  9.      <QUERY>($q and $r) inside ((<label> inside <block>) or (<title> inside
  10. <map>) or (<title> inside <chapter>)) </>
  11. </FUNCTION>
  12. <FUNCTION name="Proximity Search">
  13.      <FIELD title="This word:" variable=w1> 
  14.      <FIELD title="within how many words:" variable=n> 
  15.      <FIELD title="of this word:" variable=w2>
  16.      <QUERY>$w1 within $n words of $w2 </>
  17. </FUNCTION>
  18.