From: <var...@us...> - 2021-02-23 13:46:55
|
Revision: 10270 http://sourceforge.net/p/phpwiki/code/10270 Author: vargenau Date: 2021-02-23 13:46:52 +0000 (Tue, 23 Feb 2021) Log Message: ----------- Update pgsrc Modified Paths: -------------- trunk/pgsrc/Help%2FLinkSearchPlugin trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin trunk/pgsrc/Help%2FTitleSearchPlugin Modified: trunk/pgsrc/Help%2FLinkSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FLinkSearchPlugin 2021-02-23 08:37:19 UTC (rev 10269) +++ trunk/pgsrc/Help%2FLinkSearchPlugin 2021-02-23 13:46:52 UTC (rev 10270) @@ -1,4 +1,4 @@ -Date: Mon, 22 Feb 2021 19:16:32 +0000 +Date: Tue, 23 Feb 2021 14:45:30 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FLinkSearchPlugin @@ -37,7 +37,7 @@ | out |- | **case_exact** -| +| Boolean. If true, search with case exact. | false |- | **regex** Modified: trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin =================================================================== --- trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin 2021-02-23 08:37:19 UTC (rev 10269) +++ trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin 2021-02-23 13:46:52 UTC (rev 10270) @@ -1,4 +1,4 @@ -Date: Mon, 22 Feb 2021 19:16:32 +0000 +Date: Tue, 23 Feb 2021 14:45:30 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FSemanticSearchAdvancedPlugin; @@ -37,7 +37,7 @@ | false |- | **regex** -| +| Type of regular expression used for searching | auto |- | **noform** Modified: trunk/pgsrc/Help%2FTitleSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FTitleSearchPlugin 2021-02-23 08:37:19 UTC (rev 10269) +++ trunk/pgsrc/Help%2FTitleSearchPlugin 2021-02-23 13:46:52 UTC (rev 10270) @@ -1,4 +1,4 @@ -Date: Mon, 22 Feb 2021 19:16:32 +0000 +Date: Tue, 23 Feb 2021 14:45:30 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FTitleSearchPlugin; @@ -28,11 +28,11 @@ ! Default value |- | **s** -| string to search +| String to search | //none// |- | **auto_redirect** -| if true and only one page is found, this page is displayed immediately +| Boolean. If true and only one page is found, this page is displayed immediately | false |- | **noheader** @@ -44,15 +44,15 @@ | false |- | **info** -| +| Info to display in the table | false |- | **case_exact** -| +| Boolean. If true, search with case exact. | false |- | **regex** -| +| Type of regular expression used for searching | auto |- | **format** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |