Views: 3966
Last Modified: 24.06.2015
A common search query is one or more words, for example:
contact information
This query will find pages containing both query words.
Logical operators allow building more complex queries, for example:
contact information or phone
This query will find pages containing either words "contact" and "information" or "phone".
contact information not phone
This query will find pages containing words "contact" and "information" but not "phone".
You can use brackets to build more complex queries.
Operator | Synonym | Description |
and | And, &, + | Logical operator and is implied and can be omitted. A query fresh & fish is equivalent to fresh fish |
or | Or, > | Logical operator or allow searching for records containing at least one of operands. |
not | Not, ~ | Logical operator not searches for records not containing an operand stated after the operator. |
( ) | | Round brackets define the logical operators precedence. Please make sure that all brackets are paired. |
"" | | Searches for exact phrase. |
|