...
Type in the relevant search terms and click the 'Search' button. An new window will open with a document list of items containing the searched terms.
Note: The search function is case sensitive in full-text searches. However, when searching for document meta data, the search is case insensitive.
Additional syntax that can be used in queries:
- Words are implicitly
AND
-ed together.A word can start with-
to signify negation (the word must not be present). - A word can end with
* or %
to signify prefix search (the word must start with this prefix). - You can use
OR
between words (it has a lower precedence than the implicitAND
). - You can enclose several words in double quotes
"
for a phrase search (the words must exactly follow each other).Bracketing "(...)" will work to group search terms.