There are two search pages; WebSearch offers basic search features, while WebSearchAdvanced offers more control over searches.
By default searches are keyword based like in a typical search engine:
intranet web service
returns all pages that have the three words anywhere in the page
intranet +web +service
"web service"
soap -shampoo
"-nowarn"
"how"
and "where"
, defined by the SEARCHSTOPWORDS preference setting
"SOAP"
, "WSDL"
, a literal "web service"
, but not "shampoo"
,soap +wsdl "web service" -shampoo
Regular expression search searches for a set of regular expression patterns:
!web service
\!shampoo
"SOAP"
, "WSDL"
, a literal "web service"
, but not "shampoo"
,soap;wsdl;web service;!shampoo
You can embed a nicely formatted search in a topic by using the %SEARCH{}%
macro described in VarSEARCH.
The default search preferences are:
SEARCHDEFAULTTTYPE
: Default search type for search forms which calls the search
script keyword
SEARCHVARDEFAULTTYPE
: Default search type for %SEARCH{}
macro literal
SEARCHSTOPWORDS
: List of stop words (common words and characters to exclude from a keyword search) a, all, am, an, and, any, as, at, b, be, by, c, d, e, for, from, g, h, how, i, i'm, i.e., in, is, isn't, it, it's, its, j, k, l, m, n, o, of, on, or, p, q, r, s, t, that, that's, the, this, to, u, v, w, was, wasn't, what, what's, when, where, who, who's, will, with, x, y, z