Trying to find something on Rustycans? Use the search box below.
Below is a table which outlines the search syntax supported by the FusionBot Search Server. By default, the search will return only those pages containing every keyword searched. Therefore, searching for: Billy Beer will return the same results as searching for: +Billy +Beer.
Search terms are NOT case sensitive so either "Billy" or "billy" will work.
Search Type | Example | Explanation |
Single Keyword | lion | Returns each page containing the keyword lion anywhere within the document. |
Multiple Keywords | lion beer | Returns each page containing the keyword lion AND the keyword beer anywhere within the document. Same as if you had typed: +lion +beer (see Boolean) |
Phrase | "lion beer " | Returns each page containing the exact phrase. In this example only those pages where lion is followed directly by beer. |
Boolean | +lion
|
Returns each page based on the Boolean condition being met. A plus (+) preceding a keyword indicates that the keyword MUST exist on the page. A minus (-) preceding a keyword indicates that the keyword MUST NOT exist on the page. An OR separator returns any page that contains either the keyword lion, or the keyword billy. The OR separator MUST be all uppercase. |
Wildcard (Partial Keywords) |
brew* *brew *brew* |
Returns each page where a keyword exists that either starts with, ends with, or is contained within a particular term. Therefore, the first example would return any page containing keywords starting with brew, such as brewery, or brew, or brewer. The second example would return any page containing keywords ending in brew such as homebrew. The third example would return any page containing keywords with brew within itself, such as homebrewing. |
Title Search | t:Atlantic | Returns each page containing the keyword Atlantic within the <TITLE> section of the HTML. |
Body Search | b:billy | Returns each page containing the keyword billy within the <BODY> section of the HTML. |
Description Search | d:billy | Returns each page containing the keyword billy within the META Description tag of each page. |