{% include 'head.html' %}
The search is performed against the title and the body.
␣).␣) enclosed in single (') or double (") quotation marks.Two wildcards are available. The percent sign (%) matches zero or more characters while the underscore (_) matches exactly one character. To search for literal % or _ the characters need to be escaped with a backslash \% or \_.
Terms can be connected in different ways:
OR or |, termA OR termB or termA | termBAND, & or space (␣), termA termB or termA AND termB or termA & termBNOT, - or !, ! termA or NOT termA(), (termA OR termB) AND ! termCThe operators are listed in increasing order of precedence. Note the space around the operators. termA termB OR termC is equivalent to (termA AND termB) OR termC. To give priority to OR use parenthesis: termA AND (termB OR termC).
Field/value pairs are also applicable in the quick search fields.
Basic syntax [field]:[value]
A date has to be provided in the following format: YYYYMMDD,
i.e., four digit year, two digit month, and two digit day.
Year, month and day can—but don't have to—be separated by
hyphen (-),
slash (/),
period (.),
or comma (,).
Either a single date or a date range can be used.
<, <=, =, >=, >, or !=..)