]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/fusionforge/pgsrc/FindPage
Set PhpWiki version to 1.5.4
[SourceForge/phpwiki.git] / themes / fusionforge / pgsrc / FindPage
1 Date: Mon, 29 Jun 2015 12:04:28 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.5.4)
3 Content-Type: application/x-phpwiki;
4   pagename=FindPage;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 == Title Search ==
11
12 Here's a title search. Try something like ##wiki or sandwich##.
13
14 <<WikiFormRich action=TitleSearch method=GET nobr=1 class=wikiaction editbox[] name=s text="" submit[] >>
15
16 == Full Text Search ==
17
18 Use the following for a full text search.
19 The results will show all lines on a given page which contain a match.
20
21 <<WikiFormRich action=FullTextSearch method=GET nobr=1 class=wikiaction editbox[] name=s text="" submit[] >>
22
23 == Fuzzy Search ==
24
25 In a fuzzy pages search the titles of all pages are examined to find
26 those which are similarly spelled or similar sounding (English).
27
28 <<WikiFormRich action=FuzzyPages method=GET nobr=1 class=wikiaction editbox[] name=s text="" submit[] >>
29
30 == Tips ==
31
32 * Separate words with a space. All words have to match as exact strings.
33
34   <verbatim>
35   Example: search for “databas” will NOT match the text “PGSQL database is a nice product.”
36   </verbatim>
37 * Search for consecutive words by using quotes.
38
39   <verbatim>
40   Example: 'white dog' or "white dog" will match “This is a white dog.”
41   </verbatim>
42 * Search for some special chars, such as @ ! &, in the keyword is allowed. Yet you can NOT search for such chars only.
43
44   <verbatim>
45   Example: ‘year!’ will match “Happy new year!”.
46   </verbatim>
47
48   <verbatim>
49   Example: search for '!!!' will NOT return any result.
50   </verbatim>
51 * Search can be done in any language, including Chinese.
52 * You can search titles in “Title Search” section, and search wiki contents in “Full Text Search” section.