Edit page User/Bernie
[wiki.git] / FindPage
1 You can use this page to search all entries in GeekiGeeki.  Searches are not case sensitive.
2
3 Here are some good starting points for browsing:
4
5  * FrontPage -- top of this system
6  * TitleIndex -- all pages in the database
7  * WordIndex -- all words in all titles
8
9 Here's a title search.  Try something like //wiki//:
10
11  <<HttpGet|search>>
12  <form method="get">
13    <input name="titlesearch" size="30" value="<<HttpGet|search>>" />
14    <input type="submit" value="Search" />
15  </form>
16
17 Here's a full-text search:
18
19  <form method="get">
20    <input name="fullsearch" size="30" value="<<HttpGet|search>>" />
21    <input type="submit" value="Search" />
22  </form>
23
24 You can also use regular expressions, such as
25
26 {{{
27 seriali[sz]e
28 typedef.*int8_t
29 }}}