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 >
Wrap
Text File
|
1997-09-03
|
715b
|
18 lines
<FUNCTION name="Title Search">
<FIELD title="Query:" variable=q>
<QUERY>$q inside ((<label> inside <block>) or (<title> inside <map>) or
(<title> inside <chapter>)) </>
</FUNCTION>
<FUNCTION name="Title Words">
<FIELD title="This word (phrase, pattern):" variable=q>
<FIELD title="and this one, inside a title:" variable=r>
<QUERY>($q and $r) inside ((<label> inside <block>) or (<title> inside
<map>) or (<title> inside <chapter>)) </>
</FUNCTION>
<FUNCTION name="Proximity Search">
<FIELD title="This word:" variable=w1>
<FIELD title="within how many words:" variable=n>
<FIELD title="of this word:" variable=w2>
<QUERY>$w1 within $n words of $w2 </>
</FUNCTION>