- Search looks for exact, case-insensitive keywords:keyword shorter than a minimum length are ignored
- Use upper-case OR to get more results,Example:cat OR dog(content contains either “cat” or “dog”
- You can use upper-case AND to require all words,but this is the same as the default behavior.Example:cat AND dog(same as cat dog,content must content both “cat” and “dog”) Use quotes to search for a phrase,Example: “the cat eats mice”.
- You can precede keywords by -to exclude theme: you must still have at least one “positive” keywords.Example:cat -dog (content must contain cat and cannot contain dog).
Back to Previous Page |
Page Last Updated Date : 19-10-2020 12:49 PM