marc 99/10/08 10:33:13
Modified: . bugdb.cgi
Log:
Update bugdb script to refer people to the swish-e bugdb search
form first. It is far more efficient and far more useful for the
vast majority of people, despite a few problems like not always
display the title of the PR in the search results.
Revision Changes Path
1.43 +41 -1 apache-site/bugdb.cgi
Index: bugdb.cgi
===================================================================
RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- bugdb.cgi 1999/05/24 17:55:50 1.42
+++ bugdb.cgi 1999/10/08 17:33:11 1.43
@@ -1699,6 +1699,10 @@
just using our software and we have nothing to do with them. Don't
waste your time or ours by telling us about it.
</LI>
+ <LI>Do NOT submit a problem report without searching the existing ones
+ first to ensure that the issue you are reporting has not already been
+ addressed
+ </LI>
</UL>
</STRONG></BIG>
</TD>
@@ -1715,8 +1719,44 @@
#EOM
#------------------------------------------------------------------
# Quick query
+ print <<EOT;
+
+<P><HR><P>
+<H2>Search the Apache problem report database by keyword or phrase:</H2>
+
+<P>
+
+The Boolean AND, OR, and NOT are supported. The asterisk (*) can be
+used as a truncation character. If you enter multiple words
+<i>without</i> an AND or an OR they are automagically <i>AND</I>ed
+together. The search is not case sensitive. Email addresses and other
+words with a dot, a dash, a hyphen or an '\@' sign are taken as one
+searchable token. Thus you are <i>strongly</i> encouraged to use
+asterisk '*' completion.
+
+<FORM ACTION="http://search.apache.org/" METHOD="POST">
+
+<P><INPUT TYPE="text" NAME="keyword" SIZE=50>
+
+<P>
+
+Maximum number of records to return:
+<select name="results">
+<option value=20>20
+<option value=20>100
+<option value=20>200
+</select>
+
+<input name="what" value="bugs" type="hidden">
+
+<P>
+<INPUT TYPE="submit" VALUE="Start Search">
+
+</FORM>
+EOT
print "<P><hr><P>\n";
- print "Use the following form to search the problem report database. ";
+ print "Alternatively, if you have a more specific query you can use\n";
+ print "the following form to search the problem report database. ";
print "Narrow your search by specifying a value for one or more <a
href=\"$GNUINFOSCRIPT?(gnats)Problem%20Report%20fields\">problem report
fields</a>.\n";
print "<P><FORM ACTION=\"$SCRIPT_NAME/quick\">\n";