Penguin

Differences between current version and predecessor to the previous major change of FindPage.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Saturday, July 16, 2005 7:14:20 pm by The PhpWiki programming team
Older page: version 4 Last edited on Thursday, November 6, 2003 3:20:55 pm by WikiAdmin Revert
@@ -4,19 +4,16 @@
 * RecentChanges recorded automatically. 
 * MoreAboutMechanics of browsing and editing on this server. 
  
 Here's a title search. Try something like ''wiki'' or ''sandwich''. 
-  
 <?plugin-form TitleSearch?> 
  
-Use the following for a full text search of all the wiki pages using the GreenStone search engine:  
-  
-<?plugin-form GreenStone ?>  
-  
-In a !FuzzyPage search the titles of all pages are examined to find those which are similarly spelled or similar sounding (english).  
+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.  
+<?plugin-form FullTextSearch ?> 
  
+In a fuzzy pages search the titles of all pages are examined to find those which are similarly spelled or similar sounding (english).  
 <?plugin-form FuzzyPages?> 
 ------ 
+! Tips  
 Separate words with a space. All words have to match. 
-%%%To exclude words prepend a '-'.  
-%%%Example: 'wiki text -php' looks for all pages containing the words 'wiki'  
- __and__ 'text', but __not__ containing the word 'php'. 
+%%%To exclude words from a title search or full text search, prepend a '-'.  
+%%%Example: 'wiki text -php' looks for all pages containing the words 'wiki' __and__ 'text', but __not__ containing the word 'php'.