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