diff options
author | Joshua Slive <slive@apache.org> | 2001-01-24 00:24:08 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2001-01-24 00:24:08 +0100 |
commit | b4a5b0facdd94e52b8e73f174adf4621af6d7122 (patch) | |
tree | 44d0e09b099d94a7ba17a2d6e49c475c13ea85b1 /docs/manual/index.html | |
parent | Allow the core_output_filter to deal with multiple file buckets in the (diff) | |
download | apache2-b4a5b0facdd94e52b8e73f174adf4621af6d7122.tar.xz apache2-b4a5b0facdd94e52b8e73f174adf4621af6d7122.zip |
Fix the search form to interface to the new search engine.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87802 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/index.html')
-rw-r--r-- | docs/manual/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/index.html b/docs/manual/index.html index 09af7c92e6..9781742513 100644 --- a/docs/manual/index.html +++ b/docs/manual/index.html @@ -49,8 +49,9 @@ <table cellspacing="0" cellpadding="0" border="0" width="600"> <tr><td align="center"> <form method="post" action="http://search.apache.org/"> - <input type="hidden" name="what" value="ap"> + <input type="hidden" name="what" value="httpd.apache.org"> <input type="hidden" name="results" value="20"> + <input type="hidden" name="version" value="2"> <input type="text" name="keyword" size="20"> <input type="submit" value="Search"> </form> |