Search Help
Each matching location is shown with a few lines of context, and with a link to the page and section where that match appears.
The regular expression is a python regular expression (used with the python "re" module. So you can use additional regex syntax to control the matching. For example, to ignore case, add the prefix '(?i)' to the regular expression string.
Note that page names, as well as page contents, are searched for matches.
Processor Arguments:
- site_list (optional) = a list of sites that should be searched
Example usage:
{{{#!Search
site_list=all
}} }
Back to page: System_Info Exception raised by tbwiki software
Traceback (most recent call last): File "/home2/birdorg/public_html/cgi-bin/space.cgi", line 92, inmain(req) File "/home2/birdorg/work/tbwiki/cgi-bin/tbwiki_engine.py", line 3528, in main if data.startswith("tbwiki_action_continue"): AttributeError: 'int' object has no attribute 'startswith'