Full-text boolean searches use the following syntax:
plus sign(+) = "AND" ; minus sign(-) = "NOT" ; a
space ( ) = "OR"
Examples:
[+dog +cat] will give results where both are found;
[dog cat] will give results where either one or both are found;
[+dog -cat] will give results where "dog" is found without
"cat".
(note: there must be a space between the search terms)
When searching All ERC Sites, searches limited to keywords can be
conducted.
To search a single keyword, type it into the search box as
shown below:
keywords:dog (note: no space)
To search two or more keywords in the OR form, type them into
the search box
as follows:
keywords:searchterm1 searchterm2
example: keywords:dog cat
To search two or more keywords in the AND syntax, type them
using quotes, as
follows:
keywords:"searchterm1 searchterm2"
example: keywords:"dog cat"
(note that the sequence of the keywords is not important)