From: <var...@us...> - 2016-07-28 08:39:35
|
Revision: 9917 http://sourceforge.net/p/phpwiki/code/9917 Author: vargenau Date: 2016-07-28 08:39:32 +0000 (Thu, 28 Jul 2016) Log Message: ----------- Add pgsrc/Help%2FSemanticSearchAdvancedPlugin Added Paths: ----------- trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin Added: trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin =================================================================== --- trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin (rev 0) +++ trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin 2016-07-28 08:39:32 UTC (rev 9917) @@ -0,0 +1,74 @@ +Date: Thu, 28 Jul 2016 10:38:46 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) +Content-Type: application/x-phpwiki; + pagename=Help%2FSemanticSearchAdvancedPlugin; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +Parse and execute a full query expression. + +== Usage == + +{{{ +<<SemanticSearchAdvanced arguments>> +}}} + +== Arguments == + +All [[Help:PageList|PageList]] arguments, plus the following ones: + +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **s** +| query expression +| * +|- +| **page** +| which pages (glob allowed) +| ~* (all) +|- +| **case_exact** +| +| false +|- +| **regex** +| +| auto +|- +| **noform** +| don't show form with results. +| false +|- +| **noheader** +| no caption +| false +|} + +== Example == + +{{{ +<<SemanticSearchAdvanced>> +}}} + +<<SemanticSearchAdvanced>> + +== Author == +* [[Help:Reini Urban|Reini Urban]] + +== See Also == +* [[Help:SemanticSearch]] +* [[Help:TitleSearchPlugin]] +* [[Help:FullTextSearchPlugin]] +* [[Help:ExternalSearchPlugin]] +* [[Help:InterWikiSearchPlugin]] +* [[Help:LinkSearchPlugin]] + +<noinclude> +---- +[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] +</noinclude> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |