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