blob: feddac71020a4d90203945cc7971a93afe7b0fa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Error in Boolean search for '$(LOGICAL_WORDS)'</h1>
<hr noshade size=4>
Boolean expressions need to be 'correct' in order for the search
system to use them.
The expression you entered has errors in it.<p>
Examples of correct expressions are: <b>cat and dog</b>, <b>cat
not dog</b>, <b>cat or (dog not nose)</b>.<br>Note that
the operator <b>not</b> has the meaning of 'without'.
<blockquote><b>
$(SYNTAXERROR)
</b></blockquote>
<hr noshade size=4>
<form method="get" action="$(CGI)">
<font size=-1>
<input type=hidden name=config value=$(CONFIG)>
<input type=hidden name=restrict value="$(RESTRICT)">
<input type=hidden name=exclude value="$(EXCLUDE)">
Match: $(METHOD)
Format: $(FORMAT)
Sort: $(SORT)
<br>
Refine search:
<input type="text" size="30" name="words" value="$(WORDS)">
<input type="submit" value="Search">
</select>
</font>
</form>
|