Edit page FrontPage
[wiki.git] / FindPage
index 727cdfd75f5fb1ce39a90ba4224a25983bd230f8..0e9edba520befc55fa36081a3fb6af48bb7791f8 100644 (file)
--- a/FindPage
+++ b/FindPage
@@ -6,13 +6,21 @@ Here are some good starting points for browsing:
  * TitleIndex -- all pages in the database
  * WordIndex -- all words in all titles
 
  * TitleIndex -- all pages in the database
  * WordIndex -- all words in all titles
 
-Here's a title search.  Try something like ''wiki'':
+Here's a title search.  Try something like //wiki//:
 
 
- [[TitleSearch]]
+ <form method="get">
+   <input name="q" size="30" value="<<HttpGet|search|>>" />
+   <input type="hidden" name="a" value="titlesearch" />
+   <input type="submit" value="Search" />
+ </form>
 
 Here's a full-text search:
 
 
 Here's a full-text search:
 
- [[FullSearch]]
+ <form method="get">
+   <input name="q" size="30" value="<<HttpGet|search|>>" />
+   <input type="hidden" name="a" value="fullsearch" />
+   <input type="submit" value="Search" />
+ </form>
 
 You can also use regular expressions, such as
 
 
 You can also use regular expressions, such as