FrontPage 

San Jose Scout Wiki

Login

Search Help

The Search Processor shows a form for performing a search of pages in this (and potentially other) tbwikis. The resulting search will list the places where the user-supplied regular expression is found on pages in the wiki.

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/scout.cgi", line 53, in 
    main(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'