]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/FindPage
Added FuuzyPage search to FindPage. (This is probably more useful than a separate...
[SourceForge/phpwiki.git] / pgsrc / FindPage
1 Date: Sat, 2 Feb 2002 01:08:34 -0500
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks)
3 X-Rcs-Id: $Id: FindPage,v 1.11 2002-02-02 06:13:08 carstenklapp Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=FindPage;
6   flags=PAGE_LOCKED;
7   charset=iso-8859-1
8 Content-Transfer-Encoding: binary
9
10 Here are some good starting points for browsing.
11
12 * HowToUseWiki gives you the quick lowdown on Wiki markup.
13 * RecentChanges recorded automatically.
14 * MoreAboutMechanics of browsing and editing on this server.
15
16 Here's a title search. Try something like ''wiki'' or ''sandwich''.
17
18 <?plugin-form TitleSearch?>
19
20 Use the following for a full text search. This takes a few seconds. The results will show all lines on a given page that contain a match.
21
22 <?plugin-form FullTextSearch?>
23
24 In a FuzzyPage search the titles of all pages are examined to find those which are similarly spelled or similar sounding (english).
25
26 <?plugin-form FuzzyPages?>
27 ------
28 Separate words with a space. All words have to match.
29 %%%To exclude words prepend a '-'.
30 %%%Example: 'wiki text -php' looks for all pages containing the words 'wiki'
31 __and__ 'text', but __not__ containing the word 'php'.