Shows dossiers that contain any of the words in the search box. Dossiers are ordered by relevance (score).
Query Syntax:
+ |
The value should contain the word. |
+Euler +Switzerland |
| |
Or operation. The value should contain at least
one of the words. |
Switzerland | Germany |
- |
Not operation. Negates the following expression. |
-Switzerland |
"" |
The value should contain all words in the quotes
and they should stand adjacent. |
"EULER CH" |
* |
The value should contain a word that starts with
the given prefix. |
Lo* |
() |
Defines precedence. |
+Euler +(Switzerland | Germany) |
~N |
The value should contain the word. Also
misspelled words are matched. The number defines
how many characters can be misspelled.
|
Levelace~1 |
~N |
Defines the distance the given words in the
phrase can be separate from each other. |
"London Ada"~5 |