Home | Gifts |
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 in the SEARCHSTOPWORDS setting in the TWikiPreferences
"SOAP"
, "WSDL"
, a literal "web service"
, but not "shampoo"
,soap +wsdl "web service" -shampoo
!web service
\!shampoo
"SOAP"
, "WSDL"
, a literal "web service"
, but not "shampoo"
,soap;wsdl;web service;!shampoo
*.doc
for all Word documents
T*
for all topics starting with 'T'
%SEARCH{}%
variable described in VarSEARCH. Searches can be of different types; among others, TWiki offers keyword search, regular expression search and a flexible SQL-like query language.
%VARIABLE%
or %VARIABLE{ parameter="value" }%
- that expand into content whenever a topic is rendered for viewing. TWiki Variables are useful to create TWiki applications and workflows, but there are also variables for content creation such as %TOC%
to show a table of content and %INCLUDE{}%
to include another page.
You can search TWiki Variables & list them by categories.
SEARCHDEFAULTTYPE
: Default search type for search forms which calls the search
script keyword
SEARCHVARDEFAULTTYPE
: Default search type for %SEARCH{}
variable 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
Revision r7 - 2015-05-15 - 01:02:39 - TWikiContributor | Edit |