| Syntax of queries |
| + |
|
The word should be necessary on the page |
| - |
The word should not meet on the page |
| {1} |
The distance of the given word from previous word is not less than 1 word |
| {1,5} |
The distance of the given word from previous word is not less than 1 word, but also no more than five words. |
| * |
Any continuation of a word. |
| Examples of queries |
| word word |
|
One or several words from a phrase should be on the page. Sorting by quantity of unique words from this phrase. |
| +word -word |
Includes first word and excludes second word |
| +{1}word -word |
First word is necessarily presented on the page, a distance from its beginning - not less than one word, another should not meet |
| word {1}word |
The second word will defend from the first not less than on one word |
| word {1,5}word |
Distance between two words is not less than one word, but no more than five. |
| word* |
Search with all variants of the termination of a word. |
|
|
|