The Search function is very powerful. Searches using a RegularExpression play an important part of tapping Foswiki's full potential. Unfortunately RegularExpressions can be incredibly obscure to the uninitiated.
Most people not familiar (enough) with Regular Expressions mostly cut and paste (and maybe tweak) from existing examples. This page intends to collect lots of examples together.
Suppose there is a topic with a table defining entries in a data form. I.e. they define select menu items in a form definition. They are then formatted like:
Which renders as:
Could not perform search. Error was: 'tempfile' can't be called as a method at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506.
at /usr/share/perl5/vendor_perl/File/Temp.pm line 1006.
File::Temp::tempfile('File::Temp', 'STDERR.12457.XXXXXXXXXX', 'DIR', '/www/sugpo223/cgi-bin/wiki/working/tmp', 'UNLINK', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506
Foswiki::Sandbox::sysCommand('Foswiki::Sandbox', '/bin/grep -E -i -H -- %TOKEN|U% %FILES|F%', 'TOKEN', '^\|.*?Marketing.*', 'FILES', 'ARRAY(0x258ee18)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 109
Foswiki::Store::SearchAlgorithms::Forking::search('^\|.*?Marketing.*', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x258e9b0)', 'Foswiki=HASH(0x1633d60)', 'HASH(0x258e500)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 267
Foswiki::Store::SearchAlgorithms::Forking::_webQuery('Foswiki::Search::Node=HASH(0x258e758)', 'System', undef, 'Foswiki=HASH(0x1633d60)', 'HASH(0x258e500)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 182
Foswiki::Store::SearchAlgorithms::Forking::query('Foswiki::Search::Node=HASH(0x258e758)', undef, 'Foswiki=HASH(0x1633d60)', 'HASH(0x258e500)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518
Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x169f838)', 'Foswiki::Search::Node=HASH(0x258e758)', undef, 'Foswiki=HASH(0x1633d60)', 'HASH(0x258e500)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 839
Foswiki::Meta::query('Foswiki::Search::Node=HASH(0x258e758)', undef, 'HASH(0x258e500)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Search.pm line 352
Foswiki::Search::searchWeb('Foswiki::Search=HASH(0x2432d30)', 'topic', 'SearchPatternCookbook', 'search', '^\|.*?Marketing.*', 'basetopic', 'SearchPatternCookbook', '_RAW', '\x{a} "^\|.*?Marketing.*"\x{a} type="regex"\x{a} topic="SearchPa...', ...) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 32
Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419
eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411
Error::subs::try('CODE(0x2432208)', 'HASH(0x2432c10)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 41
Foswiki::SEARCH('Foswiki=HASH(0x1633d60)', 'Foswiki::Attrs=HASH(0x258e6c8)', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145
Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x1633d60)', 'SEARCH', '\x{a} "^\|.*?Marketing.*"\x{a} type="regex"\x{a} topic="SearchPa...', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021
Foswiki::_processMacros('Foswiki=HASH(0x1633d60)', '---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...', 'CODE(0x1594418)', 'Foswiki::Meta=HASH(0x1f412b8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818
Foswiki::innerExpandMacros('Foswiki=HASH(0x1633d60)', 'SCALAR(0x15a36b0)', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3327
Foswiki::expandMacros('Foswiki=HASH(0x1633d60)', '---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 3103
Foswiki::Meta::expandMacros('Foswiki::Meta=HASH(0x1f412b8)', '---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 412
Foswiki::UI::View::_prepare('---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...', 'Foswiki::Meta=HASH(0x1f412b8)', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 392
Foswiki::UI::View::view('Foswiki=HASH(0x1633d60)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 316
Foswiki::UI::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419
eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411
Error::subs::try('CODE(0xc6dc30)', 'HASH(0x1633940)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 435
Foswiki::UI::_execute('Foswiki::Request=HASH(0x160d348)', 'CODE(0x160ce98)', 'view', 1) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 274
Foswiki::UI::handleRequest('Foswiki::Request=HASH(0x160d348)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Engine/CGI.pm line 41
Foswiki::Engine::CGI::run('Foswiki::Engine::CGI=HASH(0xfbabd8)') called
Pattern 2: List generated from form classification
Problem
Imagine a form-based topic classification, i.e. every page has a form with several fields. How to:
create a search to display all topics where one form field is set to a certain value
create a search to filter the list above based on the values of a second form field
Test case
In practice:
Image a form with two fields:
TopicClassification = One, Two or Three
TopicStatus = Test or Final
We will:
List all topics where the TopicClassification field is set to 'Two'
Enable the user to filter this list based on the values of TopicStatus
Public webs can be found with the %WEBLIST% macro.
Pattern 6: Create a select box with values from a bullet list
Problem
We have a topic with a bullet list with category names. In another topic we want to offer these values in a select box dropdown.
For example, CategoryList has:
Moved topics:
Could not perform search. Error was: 'tempfile' can't be called as a method at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506.
at /usr/share/perl5/vendor_perl/File/Temp.pm line 1006.
File::Temp::tempfile('File::Temp', 'STDERR.12457.XXXXXXXXXX', 'DIR', '/www/sugpo223/cgi-bin/wiki/working/tmp', 'UNLINK', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506
Foswiki::Sandbox::sysCommand('Foswiki::Sandbox', '/bin/grep -E -l -H -- %TOKEN|U% %FILES|F%', 'TOKEN', '^%META:TOPICMOVED{.*\bfrom=\".*\w+.*\"', 'FILES', 'ARRAY(0x2585e38)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 109
Foswiki::Store::SearchAlgorithms::Forking::search('^%META:TOPICMOVED{.*\bfrom=\".*\w+.*\"', 'Public', 'Foswiki::Iterator::FilterIterator=HASH(0x2663e68)', 'Foswiki=HASH(0x1633d60)', 'HASH(0x2663940)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 267
Foswiki::Store::SearchAlgorithms::Forking::_webQuery('Foswiki::Search::Node=HASH(0x2666d90)', 'Public', 'Foswiki::Iterator::FilterIterator=HASH(0x2663e68)', 'Foswiki=HASH(0x1633d60)', 'HASH(0x2663940)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 182
Foswiki::Store::SearchAlgorithms::Forking::query('Foswiki::Search::Node=HASH(0x2666d90)', 'Foswiki::Iterator::FilterIterator=HASH(0x2663e68)', 'Foswiki=HASH(0x1633d60)', 'HASH(0x2663940)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518
Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x169f838)', 'Foswiki::Search::Node=HASH(0x2666d90)', 'Foswiki::Iterator::FilterIterator=HASH(0x2663e68)', 'Foswiki=HASH(0x1633d60)', 'HASH(0x2663940)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 470
Foswiki::Store::VC::Store::searchInWebMetaData('Foswiki::Store::RcsLite=HASH(0x169f838)', 'Foswiki::Search::Node=HASH(0x2666d90)', 'Public', 'Foswiki::Iterator::FilterIterator=HASH(0x2663e68)', 'Foswiki=HASH(0x1633d60)', 'HASH(0x2663940)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 192
Foswiki::Store::QueryAlgorithms::BruteForce::_webQuery('Foswiki::Query::Node=HASH(0x2663550)', 'Public', undef, 'Foswiki=HASH(0x1633d60)', 'HASH(0x2547210)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/QueryAlgorithms/BruteForce.pm line 78
Foswiki::Store::QueryAlgorithms::BruteForce::query('Foswiki::Query::Node=HASH(0x2663550)', undef, 'Foswiki=HASH(0x1633d60)', 'HASH(0x2547210)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518
Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x169f838)', 'Foswiki::Query::Node=HASH(0x2663550)', undef, 'Foswiki=HASH(0x1633d60)', 'HASH(0x2547210)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 839
Foswiki::Meta::query('Foswiki::Query::Node=HASH(0x2663550)', undef, 'HASH(0x2547210)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Search.pm line 352
Foswiki::Search::searchWeb('Foswiki::Search=HASH(0x2432d30)', 'search', 'moved.from=~\'\w+\'', 'basetopic', 'SearchPatternCookbook', '_RAW', '\x{a} "moved.from=~\'\w+\'"\x{a} web="all"\x{a} type="query"\x{a} ...', 'web', 'all', ...) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 32
Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419
eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411
Error::subs::try('CODE(0x2432370)', 'HASH(0x2432400)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 41
Foswiki::SEARCH('Foswiki=HASH(0x1633d60)', 'Foswiki::Attrs=HASH(0x24324a8)', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145
Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x1633d60)', 'SEARCH', '\x{a} "moved.from=~\'\w+\'"\x{a} web="all"\x{a} type="query"\x{a} ...', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021
Foswiki::_processMacros('Foswiki=HASH(0x1633d60)', '---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...', 'CODE(0x1594418)', 'Foswiki::Meta=HASH(0x1f412b8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818
Foswiki::innerExpandMacros('Foswiki=HASH(0x1633d60)', 'SCALAR(0x15a36b0)', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3327
Foswiki::expandMacros('Foswiki=HASH(0x1633d60)', '---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 3103
Foswiki::Meta::expandMacros('Foswiki::Meta=HASH(0x1f412b8)', '---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 412
Foswiki::UI::View::_prepare('---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...', 'Foswiki::Meta=HASH(0x1f412b8)', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 392
Foswiki::UI::View::view('Foswiki=HASH(0x1633d60)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 316
Foswiki::UI::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419
eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411
Error::subs::try('CODE(0xc6dc30)', 'HASH(0x1633940)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 435
Foswiki::UI::_execute('Foswiki::Request=HASH(0x160d348)', 'CODE(0x160ce98)', 'view', 1) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 274
Foswiki::UI::handleRequest('Foswiki::Request=HASH(0x160d348)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Engine/CGI.pm line 41
Foswiki::Engine::CGI::run('Foswiki::Engine::CGI=HASH(0xfbabd8)') called
Pattern 8: Extract level-1 headings
How do I go about extracting the first occurance of a level-1 heading?
Could not perform search. Error was: 'tempfile' can't be called as a method at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506.
at /usr/share/perl5/vendor_perl/File/Temp.pm line 1006.
File::Temp::tempfile('File::Temp', 'STDERR.12457.XXXXXXXXXX', 'DIR', '/www/sugpo223/cgi-bin/wiki/working/tmp', 'UNLINK', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Sandbox.pm line 506
Foswiki::Sandbox::sysCommand('Foswiki::Sandbox', '/bin/grep -E -i -H -- %TOKEN|U% %FILES|F%', 'TOKEN', '^---[+][^+][^\r\n]+[\r\n]', 'FILES', 'ARRAY(0x264cd30)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 109
Foswiki::Store::SearchAlgorithms::Forking::search('^---[+][^+][^\r\n]+[\r\n]', 'System', 'Foswiki::Iterator::FilterIterator=HASH(0x2666e08)', 'Foswiki=HASH(0x1633d60)', 'HASH(0x2660af8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 267
Foswiki::Store::SearchAlgorithms::Forking::_webQuery('Foswiki::Search::Node=HASH(0x2642e48)', 'System', undef, 'Foswiki=HASH(0x1633d60)', 'HASH(0x2660af8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/SearchAlgorithms/Forking.pm line 182
Foswiki::Store::SearchAlgorithms::Forking::query('Foswiki::Search::Node=HASH(0x2642e48)', undef, 'Foswiki=HASH(0x1633d60)', 'HASH(0x2660af8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Store/VC/Store.pm line 518
Foswiki::Store::VC::Store::query('Foswiki::Store::RcsLite=HASH(0x169f838)', 'Foswiki::Search::Node=HASH(0x2642e48)', undef, 'Foswiki=HASH(0x1633d60)', 'HASH(0x2660af8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 839
Foswiki::Meta::query('Foswiki::Search::Node=HASH(0x2642e48)', undef, 'HASH(0x2660af8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Search.pm line 352
Foswiki::Search::searchWeb('Foswiki::Search=HASH(0x2432d30)', 'search', '^---[+][^+][^\r\n]+[\r\n]', 'basetopic', 'SearchPatternCookbook', 'footer', 'Found $ntopics topics with level-1 headings', '_RAW', '\x{a} "^---[+][^+][^\r\n]+[\r\n]"\x{a} type="regex"\x{a} nonoise...', ...) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 32
Foswiki::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419
eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411
Error::subs::try('CODE(0x24322f8)', 'HASH(0x24326b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Macros/SEARCH.pm line 41
Foswiki::SEARCH('Foswiki=HASH(0x1633d60)', 'Foswiki::Attrs=HASH(0x24327c0)', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3145
Foswiki::_expandMacroOnTopicRendering('Foswiki=HASH(0x1633d60)', 'SEARCH', '\x{a} "^---[+][^+][^\r\n]+[\r\n]"\x{a} type="regex"\x{a} nonoise...', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3021
Foswiki::_processMacros('Foswiki=HASH(0x1633d60)', '---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...', 'CODE(0x1594418)', 'Foswiki::Meta=HASH(0x1f412b8)', 16) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 2818
Foswiki::innerExpandMacros('Foswiki=HASH(0x1633d60)', 'SCALAR(0x15a36b0)', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki.pm line 3327
Foswiki::expandMacros('Foswiki=HASH(0x1633d60)', '---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...', 'Foswiki::Meta=HASH(0x1f412b8)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Meta.pm line 3103
Foswiki::Meta::expandMacros('Foswiki::Meta=HASH(0x1f412b8)', '---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 412
Foswiki::UI::View::_prepare('---+!! Search Pattern Cookbook\x{a}\x{a}The Search function is very p...', 'Foswiki::Meta=HASH(0x1f412b8)', 0) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI/View.pm line 392
Foswiki::UI::View::view('Foswiki=HASH(0x1633d60)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 316
Foswiki::UI::__ANON__() called at /usr/share/perl5/vendor_perl/Error.pm line 419
eval {...} called at /usr/share/perl5/vendor_perl/Error.pm line 411
Error::subs::try('CODE(0xc6dc30)', 'HASH(0x1633940)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 435
Foswiki::UI::_execute('Foswiki::Request=HASH(0x160d348)', 'CODE(0x160ce98)', 'view', 1) called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/UI.pm line 274
Foswiki::UI::handleRequest('Foswiki::Request=HASH(0x160d348)') called at /www/sugpo223/cgi-bin/Foswiki-1.1.4_neu/lib/Foswiki/Engine/CGI.pm line 41
Foswiki::Engine::CGI::run('Foswiki::Engine::CGI=HASH(0xfbabd8)') called
Related Topics:UserDocumentationCategory, SearchHelp, Macros, FormattedSearch, RegularExpression