From: <var...@us...> - 2016-07-29 10:10:41
|
Revision: 9932 http://sourceforge.net/p/phpwiki/code/9932 Author: vargenau Date: 2016-07-29 10:10:39 +0000 (Fri, 29 Jul 2016) Log Message: ----------- Add titles Modified Paths: -------------- trunk/pgsrc/FindPage trunk/pgsrc/FullTextSearch trunk/pgsrc/TitleSearch Modified: trunk/pgsrc/FindPage =================================================================== --- trunk/pgsrc/FindPage 2016-07-29 10:09:22 UTC (rev 9931) +++ trunk/pgsrc/FindPage 2016-07-29 10:10:39 UTC (rev 9932) @@ -1,4 +1,4 @@ -Date: Thu, 10 Dec 2015 18:48:03 +0000 +Date: Fri, 29 Jul 2016 12:09:52 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=FindPage; @@ -12,6 +12,8 @@ * [[RecentChanges]] recorded automatically. * [[Help:MoreAboutMechanics|MoreAboutMechanics]] of browsing and editing on this server. +== Title Search == + Here's a title search. Try something like ##wiki or sandwich##. <<WikiFormRich action=TitleSearch method=GET nobr=1 class=wikiaction @@ -20,6 +22,8 @@ checkbox[] name=case_exact pulldown[] name=regex value="auto,none,glob,posix,pcre,sql">> +== Full Text Search == + Use the following for a full text search. The results will show all lines on a given page which contain a match. @@ -29,6 +33,8 @@ checkbox[] name=case_exact pulldown[] name=regex value="auto,none,glob,posix,pcre,sql">> +== Fuzzy Search == + In a fuzzy pages search the titles of all pages are examined to find those which are similarly spelled or similar sounding (English). Modified: trunk/pgsrc/FullTextSearch =================================================================== --- trunk/pgsrc/FullTextSearch 2016-07-29 10:09:22 UTC (rev 9931) +++ trunk/pgsrc/FullTextSearch 2016-07-29 10:10:39 UTC (rev 9932) @@ -1,4 +1,4 @@ -Date: Thu, 10 Dec 2015 18:48:03 +0000 +Date: Fri, 29 Jul 2016 12:09:52 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=FullTextSearch; @@ -11,6 +11,7 @@ ---- Additional Searches: + <<WikiFormRich action=TitleSearch method=GET nobr=1 class=wikiaction editbox[] name=s text="" submit[] Modified: trunk/pgsrc/TitleSearch =================================================================== --- trunk/pgsrc/TitleSearch 2016-07-29 10:09:22 UTC (rev 9931) +++ trunk/pgsrc/TitleSearch 2016-07-29 10:10:39 UTC (rev 9932) @@ -1,4 +1,4 @@ -Date: Thu, 10 Dec 2015 18:48:03 +0000 +Date: Fri, 29 Jul 2016 12:09:52 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=TitleSearch; @@ -11,6 +11,7 @@ ---- Additional Searches: + <<WikiFormRich action=TitleSearch method=GET nobr=1 class=wikiaction editbox[] name=s text="" submit[] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |