Edit page FrontPage
[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  <form method="get">
12    <input name="titlesearch" size="30" value="<<HttpGet|search>>" />
13    <input type="submit" value="Search" />
14  </form>
15
16 Here's a full-text search:
17
18  <form method="get">
19    <input name="fullsearch" size="30" value="<<HttpGet|search>>" />
20    <input type="submit" value="Search" />
21  </form>
22
23 You can also use regular expressions, such as
24
25 {{{
26 seriali[sz]e
27 typedef.*int8_t
28 }}}