'Your search query is wrong.' What should I do?
This can be due to some syntax error(s) in the way you wrote your query.
Last updated
This can be due to some syntax error(s) in the way you wrote your query.
Last updated
Here are the most common errors that you should correct:
You cannot start a query with AND all uppercase. .
You cannot start a query with OR all uppercase. .
You cannot start or type a query with only one double quote. for exact phrase.
You cannot start or type a query with only one parenthesis. .
You cannot start or type a query with only one forward slash. Forward slashes are reserved for regular expressions (Regex).
You cannot start a query with tilde (~) or write one which contains tilde. Tilde is reserved as a search operator for or .
You cannot end a query with question mark (!). .
You cannot start a query with caret (^) or write one which contains caret. .
You cannot use square brackets .