A search may consist of 1 to n keywords. The entry query must be at least 2, and no more than 100 characters in length. Keywords are whitespace delimited, and cannot be substrings of larger words. All alphanumeric characters and regular language characters are allowed. Regular expressions are not recognized.
Seach strategy:
A search is carried out by first creating a list of "searchable" pages. A page is searchable only when it is tagged by the page author as such. All HTML is removed from the page, then each keyword is checked against the page. Any pages not thrown out are returned as valid results for the search, unless they exceed the result maximum. The matching lines for each keyword are shown.